diff options
author | pixel <pixel> | 2003-12-26 19:58:13 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-12-26 19:58:13 +0000 |
commit | 47b21c600265c30f679861f8c460784530f52354 (patch) | |
tree | ad0c9261b2cfd7d6601dcc91310689ed8c9cf103 /MSVC/Baltisot - generic | |
parent | 6ad8619941b8eb79d7ad1d7fe1cf75012fb870d0 (diff) |
Fixed GC and some related problems.
Diffstat (limited to 'MSVC/Baltisot - generic')
-rw-r--r-- | MSVC/Baltisot - generic/Baltisot - generic.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MSVC/Baltisot - generic/Baltisot - generic.vcproj b/MSVC/Baltisot - generic/Baltisot - generic.vcproj index 40d20c2..f57638d 100644 --- a/MSVC/Baltisot - generic/Baltisot - generic.vcproj +++ b/MSVC/Baltisot - generic/Baltisot - generic.vcproj @@ -57,7 +57,7 @@ Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="TRUE"
- AdditionalIncludeDirectories="..\..\generic\include;..\..\..\zlib"
+ AdditionalIncludeDirectories="..\..\generic\include;..\..\generic\lib\zlib\include;..\..\generic\lib\lua\includes;..\..\generic\lib\lua\include"
PreprocessorDefinitions="_WINDOWS;ZLIB_DLL"
StringPooling="TRUE"
RuntimeLibrary="4"
|