diff options
author | Paweł Kołodziejski | 2004-01-17 09:19:21 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2004-01-17 09:19:21 +0000 |
commit | fb32b6ae8efb48935a56177091a3b7f62944a9c0 (patch) | |
tree | 20c74524d15456445cef0773810cf3061f8bb7dc /dists/msvc7 | |
parent | 4270eebbb408140a06c23d5b44600373c6cdfdc4 (diff) | |
download | scummvm-rg350-fb32b6ae8efb48935a56177091a3b7f62944a9c0.tar.gz scummvm-rg350-fb32b6ae8efb48935a56177091a3b7f62944a9c0.tar.bz2 scummvm-rg350-fb32b6ae8efb48935a56177091a3b7f62944a9c0.zip |
enabled some stuff by default: zlib, vorbis, libmpeg2
svn-id: r12448
Diffstat (limited to 'dists/msvc7')
-rw-r--r-- | dists/msvc7/queen.vcproj | 4 | ||||
-rw-r--r-- | dists/msvc7/scumm.vcproj | 4 | ||||
-rw-r--r-- | dists/msvc7/scummvm.vcproj | 8 | ||||
-rw-r--r-- | dists/msvc7/simon.vcproj | 4 | ||||
-rw-r--r-- | dists/msvc7/sky.vcproj | 4 | ||||
-rw-r--r-- | dists/msvc7/sword1.vcproj | 4 | ||||
-rw-r--r-- | dists/msvc7/sword2.vcproj | 4 |
7 files changed, 16 insertions, 16 deletions
diff --git a/dists/msvc7/queen.vcproj b/dists/msvc7/queen.vcproj index 0f8fe98044..12b19378a8 100644 --- a/dists/msvc7/queen.vcproj +++ b/dists/msvc7/queen.vcproj @@ -20,7 +20,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;USE_MAD" + PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" MinimalRebuild="TRUE" ExceptionHandling="TRUE" BasicRuntimeChecks="3" @@ -64,7 +64,7 @@ InlineFunctionExpansion="1" OmitFramePointers="TRUE" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_MAD" + PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" StringPooling="TRUE" ExceptionHandling="TRUE" RuntimeLibrary="0" diff --git a/dists/msvc7/scumm.vcproj b/dists/msvc7/scumm.vcproj index 3eceab0782..b9b37d772a 100644 --- a/dists/msvc7/scumm.vcproj +++ b/dists/msvc7/scumm.vcproj @@ -21,7 +21,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;USE_MAD" + PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" MinimalRebuild="TRUE" ExceptionHandling="TRUE" BasicRuntimeChecks="3" @@ -65,7 +65,7 @@ InlineFunctionExpansion="1" OmitFramePointers="TRUE" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_MAD" + PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" StringPooling="TRUE" ExceptionHandling="TRUE" RuntimeLibrary="0" diff --git a/dists/msvc7/scummvm.vcproj b/dists/msvc7/scummvm.vcproj index db5485a939..b9b1cf023f 100644 --- a/dists/msvc7/scummvm.vcproj +++ b/dists/msvc7/scummvm.vcproj @@ -20,7 +20,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;USE_MAD" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;USE_ZLIB;USE_MAD;USE_VORBIS" MinimalRebuild="TRUE" ExceptionHandling="TRUE" BasicRuntimeChecks="3" @@ -38,7 +38,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalDependencies="winmm.lib sdl.lib libmad.lib sword1_debug/sword1.lib sword2_debug/sword2.lib queen_debug/queen.lib scumm_debug/scumm.lib simon_debug/simon.lib sky_debug/sky.lib" + AdditionalDependencies="winmm.lib sdl.lib libz.lib libmad.lib vorbisfile.lib vorbis.lib ogg.lib libmpeg2.lib sword1_debug/sword1.lib sword2_debug/sword2.lib queen_debug/queen.lib scumm_debug/scumm.lib simon_debug/simon.lib sky_debug/sky.lib" OutputFile="$(OutDir)/scummvm.exe" LinkIncremental="2" IgnoreDefaultLibraryNames="libcmtd.lib" @@ -74,7 +74,7 @@ InlineFunctionExpansion="1" OmitFramePointers="TRUE" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;USE_MAD" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;USE_ZLIB;USE_MAD;USE_VORBIS" StringPooling="TRUE" MinimalRebuild="FALSE" ExceptionHandling="TRUE" @@ -91,7 +91,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalDependencies="winmm.lib sdl.lib libmad.lib sword1_release/sword1.lib sword2_release/sword2.lib queen_release/queen.lib scumm_release/scumm.lib simon_release/simon.lib sky_release/sky.lib" + AdditionalDependencies="winmm.lib sdl.lib libz.lib libmad.lib vorbisfile.lib vorbis.lib ogg.lib libmpeg2.lib sword1_release/sword1.lib sword2_release/sword2.lib queen_release/queen.lib scumm_release/scumm.lib simon_release/simon.lib sky_release/sky.lib" OutputFile="$(OutDir)/scummvm.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" diff --git a/dists/msvc7/simon.vcproj b/dists/msvc7/simon.vcproj index c7b7bb91bb..9daf133405 100644 --- a/dists/msvc7/simon.vcproj +++ b/dists/msvc7/simon.vcproj @@ -20,7 +20,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;USE_MAD" + PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" MinimalRebuild="TRUE" ExceptionHandling="TRUE" BasicRuntimeChecks="3" @@ -65,7 +65,7 @@ InlineFunctionExpansion="1" OmitFramePointers="TRUE" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;USE_ADLIB;USE_MAD" + PreprocessorDefinitions="WIN32;USE_ZLIB;USE_MAD;USE_VORBIS" StringPooling="TRUE" ExceptionHandling="TRUE" RuntimeLibrary="0" diff --git a/dists/msvc7/sky.vcproj b/dists/msvc7/sky.vcproj index 37e8b687c6..03838aaf91 100644 --- a/dists/msvc7/sky.vcproj +++ b/dists/msvc7/sky.vcproj @@ -20,7 +20,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;USE_MAD" + PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" MinimalRebuild="TRUE" ExceptionHandling="TRUE" BasicRuntimeChecks="3" @@ -64,7 +64,7 @@ InlineFunctionExpansion="1" OmitFramePointers="TRUE" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_MAD" + PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" StringPooling="TRUE" ExceptionHandling="TRUE" RuntimeLibrary="0" diff --git a/dists/msvc7/sword1.vcproj b/dists/msvc7/sword1.vcproj index 35518fc523..96305b4b41 100644 --- a/dists/msvc7/sword1.vcproj +++ b/dists/msvc7/sword1.vcproj @@ -20,7 +20,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;USE_MAD" + PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" MinimalRebuild="TRUE" ExceptionHandling="TRUE" BasicRuntimeChecks="3" @@ -64,7 +64,7 @@ InlineFunctionExpansion="1" OmitFramePointers="TRUE" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_MAD" + PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" StringPooling="TRUE" ExceptionHandling="TRUE" RuntimeLibrary="0" diff --git a/dists/msvc7/sword2.vcproj b/dists/msvc7/sword2.vcproj index 0fc32b1e7c..c485a8e76b 100644 --- a/dists/msvc7/sword2.vcproj +++ b/dists/msvc7/sword2.vcproj @@ -20,7 +20,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;USE_MAD" + PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2" MinimalRebuild="TRUE" ExceptionHandling="TRUE" BasicRuntimeChecks="3" @@ -64,7 +64,7 @@ InlineFunctionExpansion="1" OmitFramePointers="TRUE" AdditionalIncludeDirectories="../../;../../common" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_MAD" + PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2" StringPooling="TRUE" ExceptionHandling="TRUE" RuntimeLibrary="0" |