diff options
author | Filippos Karapetis | 2008-05-28 19:10:44 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-05-28 19:10:44 +0000 |
commit | 29a4c3201b4fe4d8c1d6dfa10165e338cb4e01d9 (patch) | |
tree | 72c2b2c5a68cd42adb1c07014e2c20461f7abfbf /dists/msvc71 | |
parent | 90bf3de2d66a6605fad7f6a050fae6d277d15f56 (diff) | |
download | scummvm-rg350-29a4c3201b4fe4d8c1d6dfa10165e338cb4e01d9.tar.gz scummvm-rg350-29a4c3201b4fe4d8c1d6dfa10165e338cb4e01d9.tar.bz2 scummvm-rg350-29a4c3201b4fe4d8c1d6dfa10165e338cb4e01d9.zip |
Remove the ENABLE_SCUMM_7_8 and ENABLE_HE directives from the SCUMM engine MSVC project file. They'll be placed in the global ScummVM project
svn-id: r32344
Diffstat (limited to 'dists/msvc71')
-rw-r--r-- | dists/msvc71/scumm.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/msvc71/scumm.vcproj b/dists/msvc71/scumm.vcproj index 661cc1fa19..26f8e7de58 100644 --- a/dists/msvc71/scumm.vcproj +++ b/dists/msvc71/scumm.vcproj @@ -21,7 +21,7 @@ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702" Optimization="0" AdditionalIncludeDirectories="../..;../../engines" - PreprocessorDefinitions="WIN32;_DEBUG;ENABLE_SCUMM_7_8;ENABLE_HE;USE_ZLIB;USE_MAD;USE_VORBIS" + PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" MinimalRebuild="TRUE" ExceptionHandling="TRUE" BasicRuntimeChecks="3" @@ -71,7 +71,7 @@ InlineFunctionExpansion="1" OmitFramePointers="TRUE" AdditionalIncludeDirectories="../..;../../engines" - PreprocessorDefinitions="WIN32;NDEBUG;ENABLE_SCUMM_7_8;ENABLE_HE;USE_ZLIB;USE_MAD;USE_VORBIS" + PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" StringPooling="TRUE" ExceptionHandling="TRUE" RuntimeLibrary="0" |