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

    r2 r86  
    4949                                MinimalRebuild="true" 
    5050                                BasicRuntimeChecks="3" 
    51                                 RuntimeLibrary="1" 
     51                                RuntimeLibrary="3" 
    5252                                EnableFunctionLevelLinking="true" 
    5353                                RuntimeTypeInfo="true" 
     
    116116                                AdditionalIncludeDirectories="..\..\dep\include" 
    117117                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    118                                 RuntimeLibrary="0" 
     118                                RuntimeLibrary="2" 
    119119                                EnableEnhancedInstructionSet="1" 
    120120                                RuntimeTypeInfo="true" 
     
    186186                                MinimalRebuild="true" 
    187187                                BasicRuntimeChecks="3" 
    188                                 RuntimeLibrary="1" 
     188                                RuntimeLibrary="3" 
    189189                                EnableFunctionLevelLinking="true" 
    190190                                RuntimeTypeInfo="true" 
     
    254254                                AdditionalIncludeDirectories="..\..\dep\include" 
    255255                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    256                                 RuntimeLibrary="0" 
     256                                RuntimeLibrary="2" 
    257257                                EnableEnhancedInstructionSet="0" 
    258258                                RuntimeTypeInfo="true"