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

    r44 r86  
    22<VisualStudioProject 
    33        ProjectType="Visual C++" 
    4         Version="8.00" 
     4        Version="8,00" 
    55        Name="game" 
    66        ProjectGUID="{1DC6C4DA-A028-41F3-877D-D5400C594F88}" 
     
    5252                                MinimalRebuild="false" 
    5353                                BasicRuntimeChecks="3" 
    54                                 RuntimeLibrary="1" 
     54                                RuntimeLibrary="3" 
    5555                                FloatingPointModel="2" 
    5656                                RuntimeTypeInfo="true" 
     
    134134                                MinimalRebuild="false" 
    135135                                BasicRuntimeChecks="3" 
    136                                 RuntimeLibrary="1" 
     136                                RuntimeLibrary="3" 
    137137                                FloatingPointModel="2" 
    138138                                RuntimeTypeInfo="true" 
     
    213213                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;" 
    214214                                StringPooling="true" 
    215                                 RuntimeLibrary="0" 
     215                                RuntimeLibrary="2" 
    216216                                EnableFunctionLevelLinking="true" 
    217217                                EnableEnhancedInstructionSet="1" 
     
    295295                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;" 
    296296                                StringPooling="true" 
    297                                 RuntimeLibrary="0" 
     297                                RuntimeLibrary="2" 
    298298                                EnableFunctionLevelLinking="true" 
    299299                                EnableEnhancedInstructionSet="0"