From 6e4d1087a418ffa5372668f7df835b9d01082c43 Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Mon, 15 Apr 2013 00:14:34 +0000 Subject: [PATCH] Fix dependency misspelling that caused unnecessary grammar rebuilds. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@21142 e7fa87d3-cd2b-0410-9028-fcbf551c1848 --- glslang.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glslang.vcxproj b/glslang.vcxproj index 68e9b650..0f147a26 100644 --- a/glslang.vcxproj +++ b/glslang.vcxproj @@ -227,13 +227,13 @@ xcopy /y $(IntDir)$(TargetName)$(TargetExt) Test SET BISON_HAIRY=%(RootDir)%(Directory)..\..\tools\bison.simple cd %(RootDir)%(Directory) %(RootDir)%(Directory)..\..\tools\bison.exe -d -t glslang.y -o glslang_tab.cpp - %(RootDir)%(Directory)Gen_%(Filename)_tab.cpp;%(Outputs) + %(RootDir)%(Directory)%(Filename)_tab.cpp;%(Outputs) Executing Bison on glslang.y SET BISON_SIMPLE=%(RootDir)%(Directory)..\..\tools\bison.simple SET BISON_HAIRY=%(RootDir)%(Directory)..\..\tools\bison.simple cd %(RootDir)%(Directory) %(RootDir)%(Directory)..\..\tools\bison.exe -d -t glslang.y -o glslang_tab.cpp - %(RootDir)%(Directory)Gen_%(Filename)_tab.cpp;%(Outputs) + %(RootDir)%(Directory)%(Filename)_tab.cpp;%(Outputs)