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/src/bindings/scripts/VC71/71ScriptDev2.vcproj

    r84 r86  
    2525                                MinimalRebuild="TRUE" 
    2626                                BasicRuntimeChecks="3" 
    27                                 RuntimeLibrary="1" 
     27                                RuntimeLibrary="3" 
    2828                                UsePrecompiledHeader="3" 
    2929                                PrecompiledHeaderThrough="precompiled.h" 
     
    7373                                AdditionalIncludeDirectories="..\..\..\..\dep\include\;..\..\..\shared\;..\..\..\framework\;..\..\..\game\;..\include\;..\..\..\..\dep\ACE_wrappers" 
    7474                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT" 
    75                                 RuntimeLibrary="0" 
     75                                RuntimeLibrary="2" 
    7676                                EnableEnhancedInstructionSet="1" 
    7777                                UsePrecompiledHeader="3"