Changeset 86 for trunk/win/VC90/g3dlite.vcproj
- Timestamp:
- 11/19/08 13:32:59 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/win/VC90/g3dlite.vcproj
r2 r86 50 50 MinimalRebuild="false" 51 51 BasicRuntimeChecks="3" 52 RuntimeLibrary=" 1"52 RuntimeLibrary="3" 53 53 BufferSecurityCheck="true" 54 54 EnableFunctionLevelLinking="true" … … 120 120 AdditionalIncludeDirectories="..\..\dep\include\g3dlite" 121 121 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 122 RuntimeLibrary=" 0"122 RuntimeLibrary="2" 123 123 EnableEnhancedInstructionSet="1" 124 124 FloatingPointModel="2" … … 194 194 MinimalRebuild="false" 195 195 BasicRuntimeChecks="3" 196 RuntimeLibrary=" 1"196 RuntimeLibrary="3" 197 197 EnableFunctionLevelLinking="true" 198 198 BufferSecurityCheck="true" … … 265 265 AdditionalIncludeDirectories="..\..\dep\include\g3dlite" 266 266 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 267 RuntimeLibrary=" 0"267 RuntimeLibrary="2" 268 268 EnableEnhancedInstructionSet="0" 269 269 UsePrecompiledHeader="0"