diff options
author | Michal Krol <michal@vmware.com> | 2009-12-12 16:58:43 +0100 |
---|---|---|
committer | Michal Krol <michal@vmware.com> | 2009-12-12 16:58:43 +0100 |
commit | 75f371e973d19650a5c157a0844e43ffdea5e43e (patch) | |
tree | 2068b76210e81fd37dd4b3903c6cd0ae590cbf3c /windows/VC7 | |
parent | a3b32934c83f721102b9dd004227a528a174d7bb (diff) |
Remove grammar module -- no dependencies left.glsl-pp-rework-2
Diffstat (limited to 'windows/VC7')
-rw-r--r-- | windows/VC7/mesa/mesa/mesa.vcproj | 43 |
1 files changed, 2 insertions, 41 deletions
diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index 3a93544b03..caee6c0ca6 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -22,7 +22,7 @@ Name="VCCLCompilerTool"
AdditionalOptions="/Zm1000 "
InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/glapi,../../../../src/mesa/main,../../../../src/mesa/shader,../../../../src/mesa/shader/slang,../../../../src/mesa/shader/grammar"
+ AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/glapi,../../../../src/mesa/main,../../../../src/mesa/shader,../../../../src/mesa/shader/slang"
PreprocessorDefinitions="NDEBUG,WIN32,_LIB,_DLL,BUILD_GL32,MESA_MINWARN"
StringPooling="TRUE"
RuntimeLibrary="4"
@@ -74,7 +74,7 @@ Name="VCCLCompilerTool"
AdditionalOptions="/Zm1000 "
Optimization="0"
- AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/glapi,../../../../src/mesa/main,../../../../src/mesa/shader,../../../../src/mesa/shader/slang,../../../../src/mesa/shader/grammar"
+ AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/glapi,../../../../src/mesa/main,../../../../src/mesa/shader,../../../../src/mesa/shader/slang"
PreprocessorDefinitions="_DEBUG,WIN32,_LIB,_DLL,BUILD_GL32,MESA_MINWARN"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
@@ -230,33 +230,6 @@ RelativePath="..\..\..\..\src\mesa\glapi\glthread.c">
</File>
<File
- RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar.c">
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_crt.c">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_mesa.c">
- </File>
- <File
RelativePath="..\..\..\..\src\mesa\main\hash.c">
</File>
<File
@@ -810,18 +783,6 @@ RelativePath="..\..\..\..\src\mesa\glapi\glthread.h">
</File>
<File
- RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar.h">
- </File>
- <File
- RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_crt.h">
- </File>
- <File
- RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_mesa.h">
- </File>
- <File
- RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_syn.h">
- </File>
- <File
RelativePath="..\..\..\..\src\mesa\main\hash.h">
</File>
<File
|