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:
parent
4f31ce6f2b
commit
81be97dd56
@ -42,7 +42,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\..\bullet\src;"$(STK_INCLUDE)""
|
||||
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;"$(STK_INCLUDE)""
|
||||
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;"$(STK_INCLUDE)""
|
||||
AdditionalIncludeDirectories="..\..\bullet\src"
|
||||
PreprocessorDefinitions="WIN32;BT_NO_PROFILE;HAVE_GLUT"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
|
Loading…
Reference in New Issue
Block a user