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

    r2 r86  
    4646                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    4747                                StringPooling="true" 
    48                                 RuntimeLibrary="0" 
     48                                RuntimeLibrary="2" 
    4949                                EnableFunctionLevelLinking="true" 
    5050                                EnableEnhancedInstructionSet="1" 
     
    124124                                PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    125125                                BasicRuntimeChecks="3" 
    126                                 RuntimeLibrary="1" 
     126                                RuntimeLibrary="3" 
    127127                                RuntimeTypeInfo="true" 
    128128                                UsePrecompiledHeader="0"