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

    r2 r86  
    2525                                MinimalRebuild="TRUE" 
    2626                                BasicRuntimeChecks="3" 
    27                                 RuntimeLibrary="1" 
     27                                RuntimeLibrary="3" 
    2828                                RuntimeTypeInfo="TRUE" 
    2929                                UsePrecompiledHeader="2" 
     
    6666                                AdditionalIncludeDirectories="..\..\dep\include" 
    6767                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 
    68                                 RuntimeLibrary="0" 
     68                                RuntimeLibrary="2" 
    6969                                EnableEnhancedInstructionSet="1" 
    7070                                RuntimeTypeInfo="TRUE"