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

@ -48,7 +48,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\sdk"
AdditionalIncludeDirectories="..\;..\sdk"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;tfcx_EXPORTS"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
@ -144,7 +144,7 @@
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\sdk"
AdditionalIncludeDirectories="..\;..\sdk"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;tfcx_EXPORTS"
StringPooling="true"
RuntimeLibrary="0"