Update of /cvsroot/vba/VisualBoyAdvance/win32/dependencies/zlib
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19465/win32/dependencies/zlib
Modified Files:
zlib.vcproj
Log Message:
VBA release build uses now SSE (1) optimizations.
Index: zlib.vcproj
===================================================================
RCS file: /cvsroot/vba/VisualBoyAdvance/win32/dependencies/zlib/zlib.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** zlib.vcproj 12 May 2006 21:27:37 -0000 1.1
--- zlib.vcproj 12 Jun 2006 22:03:24 -0000 1.2
***************
*** 105,108 ****
--- 105,109 ----
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
RuntimeLibrary="0"
+ EnableEnhancedInstructionSet="1"
DisableLanguageExtensions="true"
UsePrecompiledHeader="0"
|