Changeset 86 for trunk/win/VC90/zlib.vcproj
- Timestamp:
- 11/19/08 13:32:59 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/win/VC90/zlib.vcproj
r2 r86 48 48 MinimalRebuild="true" 49 49 BasicRuntimeChecks="3" 50 RuntimeLibrary=" 1"50 RuntimeLibrary="3" 51 51 EnableFunctionLevelLinking="true" 52 52 RuntimeTypeInfo="true" … … 115 115 AdditionalIncludeDirectories="..\..\dep\include" 116 116 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 117 RuntimeLibrary=" 0"117 RuntimeLibrary="2" 118 118 EnableEnhancedInstructionSet="1" 119 119 RuntimeTypeInfo="true" … … 185 185 MinimalRebuild="true" 186 186 BasicRuntimeChecks="3" 187 RuntimeLibrary=" 1"187 RuntimeLibrary="3" 188 188 EnableFunctionLevelLinking="true" 189 189 RuntimeTypeInfo="true" … … 253 253 AdditionalIncludeDirectories="..\..\dep\include" 254 254 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 255 RuntimeLibrary=" 0"255 RuntimeLibrary="2" 256 256 EnableEnhancedInstructionSet="0" 257 257 RuntimeTypeInfo="true"