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

    r2 r86  
    5050                                MinimalRebuild="false" 
    5151                                BasicRuntimeChecks="3" 
    52                                 RuntimeLibrary="1" 
     52                                RuntimeLibrary="3" 
    5353                                BufferSecurityCheck="true" 
    5454                                EnableFunctionLevelLinking="true" 
     
    120120                                AdditionalIncludeDirectories="..\..\dep\include\g3dlite" 
    121121                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 
    122                                 RuntimeLibrary="0" 
     122                                RuntimeLibrary="2" 
    123123                                EnableEnhancedInstructionSet="1" 
    124124                                FloatingPointModel="2" 
     
    194194                                MinimalRebuild="false" 
    195195                                BasicRuntimeChecks="3" 
    196                                 RuntimeLibrary="1" 
     196                                RuntimeLibrary="3" 
    197197                                EnableFunctionLevelLinking="true" 
    198198                                BufferSecurityCheck="true" 
     
    265265                                AdditionalIncludeDirectories="..\..\dep\include\g3dlite" 
    266266                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 
    267                                 RuntimeLibrary="0" 
     267                                RuntimeLibrary="2" 
    268268                                EnableEnhancedInstructionSet="0" 
    269269                                UsePrecompiledHeader="0"