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

    r37 r86  
    5252                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    5353                                StringPooling="true" 
    54                                 RuntimeLibrary="0" 
     54                                RuntimeLibrary="2" 
    5555                                EnableFunctionLevelLinking="true" 
    5656                                EnableEnhancedInstructionSet="1" 
     
    136136                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    137137                                StringPooling="true" 
    138                                 RuntimeLibrary="0" 
     138                                RuntimeLibrary="2" 
    139139                                EnableFunctionLevelLinking="true" 
    140140                                EnableEnhancedInstructionSet="0" 
     
    219219                                PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    220220                                BasicRuntimeChecks="3" 
    221                                 RuntimeLibrary="1" 
     221                                RuntimeLibrary="3" 
    222222                                EnableFunctionLevelLinking="true" 
    223223                                RuntimeTypeInfo="true" 
     
    301301                                PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    302302                                BasicRuntimeChecks="3" 
    303                                 RuntimeLibrary="1" 
     303                                RuntimeLibrary="3" 
    304304                                EnableFunctionLevelLinking="true" 
    305305                                RuntimeTypeInfo="true"