From: Spacy <sp...@us...> - 2006-08-11 10:56:38
|
Update of /cvsroot/vba/VisualBoyAdvance/win32/dependencies/zlib In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25255/win32/dependencies/zlib Modified Files: zlib.vcproj Log Message: More optimized release build. Index: zlib.vcproj =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/win32/dependencies/zlib/zlib.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zlib.vcproj 12 Jun 2006 22:03:24 -0000 1.2 --- zlib.vcproj 11 Aug 2006 10:56:33 -0000 1.3 *************** *** 46,50 **** DisableLanguageExtensions="true" UsePrecompiledHeader="0" ! WarningLevel="0" Detect64BitPortabilityProblems="false" DebugInformationFormat="4" --- 46,50 ---- DisableLanguageExtensions="true" UsePrecompiledHeader="0" ! WarningLevel="1" Detect64BitPortabilityProblems="false" DebugInformationFormat="4" *************** *** 105,113 **** PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" RuntimeLibrary="0" ! EnableEnhancedInstructionSet="1" DisableLanguageExtensions="true" UsePrecompiledHeader="0" PrecompiledHeaderThrough="" ! WarningLevel="0" Detect64BitPortabilityProblems="false" DebugInformationFormat="3" --- 105,113 ---- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" RuntimeLibrary="0" ! EnableEnhancedInstructionSet="0" DisableLanguageExtensions="true" UsePrecompiledHeader="0" PrecompiledHeaderThrough="" ! WarningLevel="1" Detect64BitPortabilityProblems="false" DebugInformationFormat="3" |