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

    r37 r86  
    5050                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    5151                                StringPooling="true" 
    52                                 RuntimeLibrary="0" 
     52                                RuntimeLibrary="2" 
    5353                                EnableFunctionLevelLinking="true" 
    5454                                EnableEnhancedInstructionSet="1" 
     
    133133                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    134134                                StringPooling="true" 
    135                                 RuntimeLibrary="0" 
     135                                RuntimeLibrary="2" 
    136136                                EnableFunctionLevelLinking="true" 
    137137                                EnableEnhancedInstructionSet="0" 
     
    214214                                PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    215215                                BasicRuntimeChecks="3" 
    216                                 RuntimeLibrary="1" 
     216                                RuntimeLibrary="3" 
    217217                                FloatingPointModel="2" 
    218218                                RuntimeTypeInfo="true" 
     
    295295                                PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    296296                                BasicRuntimeChecks="3" 
    297                                 RuntimeLibrary="1" 
     297                                RuntimeLibrary="3" 
    298298                                FloatingPointModel="2" 
    299299                                RuntimeTypeInfo="true"