Show
Ignore:
Timestamp:
11/19/08 13:32:59 (17 years ago)
Author:
yumileroy
Message:

[svn] Change MSVC project files to use multithreaded (debug) dll runtime libraries. Hopefully this will solve the problems with ACE. Original patch by Derex.

Original author: w12x
Date: 2008-10-21 06:23:46-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/bindings/scripts/VC90/90ScriptDev2.vcproj

    r82 r86  
    5151                                MinimalRebuild="true" 
    5252                                BasicRuntimeChecks="3" 
    53                                 RuntimeLibrary="1" 
     53                                RuntimeLibrary="3" 
    5454                                UsePrecompiledHeader="2" 
    5555                                PrecompiledHeaderThrough="precompiled.h" 
     
    132132                                MinimalRebuild="true" 
    133133                                BasicRuntimeChecks="3" 
    134                                 RuntimeLibrary="1" 
     134                                RuntimeLibrary="3" 
    135135                                UsePrecompiledHeader="2" 
    136136                                PrecompiledHeaderThrough="precompiled.h" 
     
    211211                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT" 
    212212                                MinimalRebuild="false" 
    213                                 RuntimeLibrary="0" 
     213                                RuntimeLibrary="2" 
    214214                                EnableEnhancedInstructionSet="1" 
    215215                                FloatingPointModel="2" 
     
    294294                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT" 
    295295                                MinimalRebuild="false" 
    296                                 RuntimeLibrary="0" 
     296                                RuntimeLibrary="2" 
    297297                                UsePrecompiledHeader="2" 
    298298                                PrecompiledHeaderThrough="precompiled.h"