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