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

    r44 r86  
    2828                                MinimalRebuild="FALSE" 
    2929                                BasicRuntimeChecks="3" 
    30                                 RuntimeLibrary="1" 
     30                                RuntimeLibrary="3" 
    3131                                RuntimeTypeInfo="TRUE" 
    3232                                UsePrecompiledHeader="2" 
     
    8282                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 
    8383                                StringPooling="TRUE" 
    84                                 RuntimeLibrary="0" 
     84                                RuntimeLibrary="2" 
    8585                                EnableFunctionLevelLinking="TRUE" 
    8686                                EnableEnhancedInstructionSet="1"