diff options
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc7/kyra.vcproj | 2 | ||||
-rw-r--r-- | dists/msvc71/kyra.vcproj | 2 | ||||
-rw-r--r-- | dists/msvc8/kyra.vcproj | 2 | ||||
-rw-r--r-- | dists/msvc9/kyra.vcproj | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dists/msvc7/kyra.vcproj b/dists/msvc7/kyra.vcproj index c803c827a2..da664612f1 100644 --- a/dists/msvc7/kyra.vcproj +++ b/dists/msvc7/kyra.vcproj @@ -71,7 +71,7 @@ FavorSizeOrSpeed="2" OmitFramePointers="TRUE" AdditionalIncludeDirectories="../../;../../engines" - PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" + PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;ENABLE_LOL" StringPooling="TRUE" ExceptionHandling="TRUE" RuntimeLibrary="0" diff --git a/dists/msvc71/kyra.vcproj b/dists/msvc71/kyra.vcproj index 7c7b2f9f5d..a6b6cb316d 100644 --- a/dists/msvc71/kyra.vcproj +++ b/dists/msvc71/kyra.vcproj @@ -77,7 +77,7 @@ FavorSizeOrSpeed="2" OmitFramePointers="TRUE" AdditionalIncludeDirectories="../../;../../engines" - PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" + PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;ENABLE_LOL" StringPooling="TRUE" ExceptionHandling="TRUE" RuntimeLibrary="0" diff --git a/dists/msvc8/kyra.vcproj b/dists/msvc8/kyra.vcproj index 4e4ee19238..d97237b987 100644 --- a/dists/msvc8/kyra.vcproj +++ b/dists/msvc8/kyra.vcproj @@ -120,7 +120,7 @@ FavorSizeOrSpeed="2" OmitFramePointers="true" AdditionalIncludeDirectories="../../;../../engines" - PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" + PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;ENABLE_LOL" StringPooling="true" ExceptionHandling="1" RuntimeLibrary="0" diff --git a/dists/msvc9/kyra.vcproj b/dists/msvc9/kyra.vcproj index e244bda9a2..c0d6b706c8 100644 --- a/dists/msvc9/kyra.vcproj +++ b/dists/msvc9/kyra.vcproj @@ -121,7 +121,7 @@ FavorSizeOrSpeed="2" OmitFramePointers="true" AdditionalIncludeDirectories="../../;../../engines" - PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" + PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;ENABLE_LOL" StringPooling="true" ExceptionHandling="1" RuntimeLibrary="0" |