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

    r37 r86  
    2525                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 
    2626                                StringPooling="TRUE" 
    27                                 RuntimeLibrary="0" 
     27                                RuntimeLibrary="2" 
    2828                                EnableFunctionLevelLinking="TRUE" 
    2929                                EnableEnhancedInstructionSet="1" 
     
    8181                                PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB" 
    8282                                BasicRuntimeChecks="3" 
    83                                 RuntimeLibrary="1" 
     83                                RuntimeLibrary="3" 
    8484                                RuntimeTypeInfo="TRUE" 
    8585                                UsePrecompiledHeader="2"