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

    r2 r86  
    2424                                MinimalRebuild="FALSE" 
    2525                                BasicRuntimeChecks="3" 
    26                                 RuntimeLibrary="1" 
     26                                RuntimeLibrary="3" 
    2727                                BufferSecurityCheck="TRUE" 
    2828                                UsePrecompiledHeader="0" 
     
    6868                                AdditionalIncludeDirectories="..\..\dep\include\g3dlite" 
    6969                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 
    70                                 RuntimeLibrary="0" 
     70                                RuntimeLibrary="2" 
    7171                                EnableEnhancedInstructionSet="1" 
    7272                                UsePrecompiledHeader="0"