diff options
author | Filippos Karapetis | 2008-05-28 19:30:43 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-05-28 19:30:43 +0000 |
commit | 649f439fb6fe7099ed4cf589961e6391d6ed45c5 (patch) | |
tree | cbe6a3c07b671d55ed81baa7ecde8ce73ce242cf /dists/msvc7 | |
parent | e9c412241917342497a4ff80b5aaf5ca866cb7b3 (diff) | |
download | scummvm-rg350-649f439fb6fe7099ed4cf589961e6391d6ed45c5.tar.gz scummvm-rg350-649f439fb6fe7099ed4cf589961e6391d6ed45c5.tar.bz2 scummvm-rg350-649f439fb6fe7099ed4cf589961e6391d6ed45c5.zip |
Reverted commit #32344, apparently those defines are needed for the SCUMM engine for older versions of MSVC
svn-id: r32346
Diffstat (limited to 'dists/msvc7')
-rw-r--r-- | dists/msvc7/scumm.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/msvc7/scumm.vcproj b/dists/msvc7/scumm.vcproj index 8264952066..56f78692cc 100644 --- a/dists/msvc7/scumm.vcproj +++ b/dists/msvc7/scumm.vcproj @@ -21,7 +21,7 @@ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702" Optimization="0" AdditionalIncludeDirectories="../..;../../engines" - PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" + PreprocessorDefinitions="WIN32;_DEBUG;ENABLE_SCUMM_7_8;ENABLE_HE;USE_ZLIB;USE_MAD;USE_VORBIS" MinimalRebuild="TRUE" ExceptionHandling="TRUE" BasicRuntimeChecks="3" @@ -65,7 +65,7 @@ InlineFunctionExpansion="1" OmitFramePointers="TRUE" AdditionalIncludeDirectories="../..;../../engines" - PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" + PreprocessorDefinitions="WIN32;NDEBUG;ENABLE_SCUMM_7_8;ENABLE_HE;USE_ZLIB;USE_MAD;USE_VORBIS" StringPooling="TRUE" ExceptionHandling="TRUE" RuntimeLibrary="0" |