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

    r74 r86  
    5151                                MinimalRebuild="false" 
    5252                                BasicRuntimeChecks="3" 
    53                                 RuntimeLibrary="1" 
     53                                RuntimeLibrary="3" 
    5454                                RuntimeTypeInfo="true" 
    5555                                UsePrecompiledHeader="0" 
     
    126126                                MinimalRebuild="false" 
    127127                                BasicRuntimeChecks="3" 
    128                                 RuntimeLibrary="1" 
     128                                RuntimeLibrary="3" 
    129129                                RuntimeTypeInfo="true" 
    130130                                UsePrecompiledHeader="0" 
     
    200200                                StringPooling="true" 
    201201                                MinimalRebuild="false" 
    202                                 RuntimeLibrary="0" 
     202                                RuntimeLibrary="2" 
    203203                                EnableFunctionLevelLinking="true" 
    204204                                EnableEnhancedInstructionSet="1" 
     
    276276                                StringPooling="true" 
    277277                                MinimalRebuild="false" 
    278                                 RuntimeLibrary="0" 
     278                                RuntimeLibrary="2" 
    279279                                EnableFunctionLevelLinking="true" 
    280280                                EnableEnhancedInstructionSet="0"