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

    r2 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" 
     
    130130                                PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    131131                                BasicRuntimeChecks="3" 
    132                                 RuntimeLibrary="1" 
     132                                RuntimeLibrary="3" 
    133133                                EnableFunctionLevelLinking="true" 
    134134                                RuntimeTypeInfo="true" 
     
    210210                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    211211                                StringPooling="true" 
    212                                 RuntimeLibrary="0" 
     212                                RuntimeLibrary="2" 
    213213                                EnableFunctionLevelLinking="true" 
    214214                                EnableEnhancedInstructionSet="0" 
     
    291291                                PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    292292                                BasicRuntimeChecks="3" 
    293                                 RuntimeLibrary="1" 
     293                                RuntimeLibrary="3" 
    294294                                EnableFunctionLevelLinking="true" 
    295295                                RuntimeTypeInfo="true"