Removed old and unused environment variables (which was used

to specify an include path. If this variable was not set,
VS would see /I "" /D WIN32 --> the "" is ignore, VS
used /D as include path and then tries to compile WIN32).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6501 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2010-11-11 03:19:59 +00:00
parent 4f31ce6f2b
commit 81be97dd56

View File

@ -42,7 +42,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\bullet\src;&quot;$(STK_INCLUDE)&quot;"
AdditionalIncludeDirectories="..\..\bullet\src"
PreprocessorDefinitions="WIN32;BT_NO_PROFILE;HAVE_GLUT"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@ -108,7 +108,7 @@
<Tool
Name="VCCLCompilerTool"
WholeProgramOptimization="false"
AdditionalIncludeDirectories="..\..\bullet\src;&quot;$(STK_INCLUDE)&quot;"
AdditionalIncludeDirectories="..\..\bullet\src"
PreprocessorDefinitions="WIN32;NDEBUG;BT_NO_PROFILE;HAVE_GLUT"
MinimalRebuild="true"
RuntimeLibrary="0"
@ -171,7 +171,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\bullet\src;&quot;$(STK_INCLUDE)&quot;"
AdditionalIncludeDirectories="..\..\bullet\src"
PreprocessorDefinitions="WIN32;BT_NO_PROFILE;HAVE_GLUT"
MinimalRebuild="true"
BasicRuntimeChecks="3"