Changeset 86 for trunk/src/bindings/scripts/VC90
- Timestamp:
- 11/19/08 13:32:59 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bindings/scripts/VC90/90ScriptDev2.vcproj
r82 r86 51 51 MinimalRebuild="true" 52 52 BasicRuntimeChecks="3" 53 RuntimeLibrary=" 1"53 RuntimeLibrary="3" 54 54 UsePrecompiledHeader="2" 55 55 PrecompiledHeaderThrough="precompiled.h" … … 132 132 MinimalRebuild="true" 133 133 BasicRuntimeChecks="3" 134 RuntimeLibrary=" 1"134 RuntimeLibrary="3" 135 135 UsePrecompiledHeader="2" 136 136 PrecompiledHeaderThrough="precompiled.h" … … 211 211 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT" 212 212 MinimalRebuild="false" 213 RuntimeLibrary=" 0"213 RuntimeLibrary="2" 214 214 EnableEnhancedInstructionSet="1" 215 215 FloatingPointModel="2" … … 294 294 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT" 295 295 MinimalRebuild="false" 296 RuntimeLibrary=" 0"296 RuntimeLibrary="2" 297 297 UsePrecompiledHeader="2" 298 298 PrecompiledHeaderThrough="precompiled.h"