[Scummvm-cvs-logs] CVS: scummvm/dists/msvc8 scummvm.vcproj,1.14,1.15

Pawel Kolodziejski aquadran at users.sourceforge.net
Fri Feb 18 00:05:17 CET 2005


Update of /cvsroot/scummvm/scummvm/dists/msvc8
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv554

Modified Files:
	scummvm.vcproj 
Log Message:
after Andrew removal ZLIB_WINAPI from scummsys.h
I need that for msvc 8.

Index: scummvm.vcproj
===================================================================
RCS file: /cvsroot/scummvm/scummvm/dists/msvc8/scummvm.vcproj,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- scummvm.vcproj	12 Feb 2005 14:38:42 -0000	1.14
+++ scummvm.vcproj	18 Feb 2005 08:04:50 -0000	1.15
@@ -41,7 +41,7 @@
 				AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
 				Optimization="0"
 				AdditionalIncludeDirectories="../../;../../common"
-				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_NASM;USE_MT32EMU"
+				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;ZLIB_WINAPI;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_NASM;USE_MT32EMU"
 				MinimalRebuild="TRUE"
 				ExceptionHandling="1"
 				BasicRuntimeChecks="3"
@@ -127,7 +127,7 @@
 				InlineFunctionExpansion="1"
 				OmitFramePointers="TRUE"
 				AdditionalIncludeDirectories="../../;../../common"
-				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_MT32EMU"
+				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;ZLIB_WINAPI;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_MT32EMU"
 				StringPooling="TRUE"
 				MinimalRebuild="FALSE"
 				ExceptionHandling="1"





More information about the Scummvm-git-logs mailing list