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

    r74 r86  
    2727                                MinimalRebuild="FALSE" 
    2828                                BasicRuntimeChecks="3" 
    29                                 RuntimeLibrary="1" 
     29                                RuntimeLibrary="3" 
    3030                                RuntimeTypeInfo="TRUE" 
    3131                                UsePrecompiledHeader="2" 
     
    7878                                StringPooling="TRUE" 
    7979                                MinimalRebuild="FALSE" 
    80                                 RuntimeLibrary="0" 
     80                                RuntimeLibrary="2" 
    8181                                EnableFunctionLevelLinking="TRUE" 
    8282                                EnableEnhancedInstructionSet="1"