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/zlib.vcproj

    r2 r86  
    4848                                MinimalRebuild="true" 
    4949                                BasicRuntimeChecks="3" 
    50                                 RuntimeLibrary="1" 
     50                                RuntimeLibrary="3" 
    5151                                EnableFunctionLevelLinking="true" 
    5252                                RuntimeTypeInfo="true" 
     
    115115                                AdditionalIncludeDirectories="..\..\dep\include" 
    116116                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    117                                 RuntimeLibrary="0" 
     117                                RuntimeLibrary="2" 
    118118                                EnableEnhancedInstructionSet="1" 
    119119                                RuntimeTypeInfo="true" 
     
    185185                                MinimalRebuild="true" 
    186186                                BasicRuntimeChecks="3" 
    187                                 RuntimeLibrary="1" 
     187                                RuntimeLibrary="3" 
    188188                                EnableFunctionLevelLinking="true" 
    189189                                RuntimeTypeInfo="true" 
     
    253253                                AdditionalIncludeDirectories="..\..\dep\include" 
    254254                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    255                                 RuntimeLibrary="0" 
     255                                RuntimeLibrary="2" 
    256256                                EnableEnhancedInstructionSet="0" 
    257257                                RuntimeTypeInfo="true"