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/win/VC90/framework.vcproj

    r74 r86  
    5252                                MinimalRebuild="false" 
    5353                                BasicRuntimeChecks="3" 
    54                                 RuntimeLibrary="1" 
     54                                RuntimeLibrary="3" 
    5555                                EnableFunctionLevelLinking="true" 
    5656                                RuntimeTypeInfo="true" 
     
    128128                                StringPooling="true" 
    129129                                MinimalRebuild="false" 
    130                                 RuntimeLibrary="0" 
     130                                RuntimeLibrary="2" 
    131131                                EnableFunctionLevelLinking="true" 
    132132                                EnableEnhancedInstructionSet="1" 
     
    205205                                MinimalRebuild="false" 
    206206                                BasicRuntimeChecks="3" 
    207                                 RuntimeLibrary="1" 
     207                                RuntimeLibrary="3" 
    208208                                EnableFunctionLevelLinking="true" 
    209209                                RuntimeTypeInfo="true" 
     
    282282                                StringPooling="true" 
    283283                                MinimalRebuild="false" 
    284                                 RuntimeLibrary="0" 
     284                                RuntimeLibrary="2" 
    285285                                EnableFunctionLevelLinking="true" 
    286286                                EnableEnhancedInstructionSet="0"