Fixed Windows builds of all modules - they were broken as a result of all the moves of svn_version.h *sigh*

This commit is contained in:
Scott Ehlert
2007-04-24 18:50:16 +00:00
parent 0d5531a090
commit 33e01af955
38 changed files with 75 additions and 71 deletions

View File

@ -41,7 +41,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\sdk"
AdditionalIncludeDirectories="..\;..\sdk"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;ENGINE_EXPORTS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@ -122,7 +122,7 @@
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\sdk"
AdditionalIncludeDirectories="..\;..\sdk"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;ENGINE_EXPORTS"
RuntimeLibrary="0"
StructMemberAlignment="3"