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

    r44 r86  
    5353                                MinimalRebuild="false" 
    5454                                BasicRuntimeChecks="3" 
    55                                 RuntimeLibrary="1" 
     55                                RuntimeLibrary="3" 
    5656                                EnableFunctionLevelLinking="true" 
    5757                                RuntimeTypeInfo="true" 
     
    136136                                MinimalRebuild="false" 
    137137                                BasicRuntimeChecks="3" 
    138                                 RuntimeLibrary="1" 
     138                                RuntimeLibrary="3" 
    139139                                EnableFunctionLevelLinking="true" 
    140140                                RuntimeTypeInfo="true" 
     
    216216                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;" 
    217217                                StringPooling="true" 
    218                                 RuntimeLibrary="0" 
     218                                RuntimeLibrary="2" 
    219219                                EnableFunctionLevelLinking="true" 
    220220                                EnableEnhancedInstructionSet="1" 
     
    299299                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;" 
    300300                                StringPooling="true" 
    301                                 RuntimeLibrary="0" 
     301                                RuntimeLibrary="2" 
    302302                                EnableFunctionLevelLinking="true" 
    303303                                EnableEnhancedInstructionSet="0"