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

    r2 r86  
    4848                                MinimalRebuild="true" 
    4949                                BasicRuntimeChecks="3" 
    50                                 RuntimeLibrary="1" 
     50                                RuntimeLibrary="3" 
    5151                                RuntimeTypeInfo="true" 
    5252                                UsePrecompiledHeader="0" 
     
    117117                                MinimalRebuild="true" 
    118118                                BasicRuntimeChecks="3" 
    119                                 RuntimeLibrary="1" 
     119                                RuntimeLibrary="3" 
    120120                                RuntimeTypeInfo="true" 
    121121                                UsePrecompiledHeader="0" 
     
    182182                                AdditionalIncludeDirectories="..\..\dep\include" 
    183183                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    184                                 RuntimeLibrary="0" 
     184                                RuntimeLibrary="2" 
    185185                                EnableEnhancedInstructionSet="1" 
    186186                                RuntimeTypeInfo="true" 
     
    249249                                AdditionalIncludeDirectories="..\..\dep\include" 
    250250                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    251                                 RuntimeLibrary="0" 
     251                                RuntimeLibrary="2" 
    252252                                EnableEnhancedInstructionSet="0" 
    253253                                RuntimeTypeInfo="true"