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

    r82 r86  
    5050                                MinimalRebuild="true" 
    5151                                BasicRuntimeChecks="3" 
    52                                 RuntimeLibrary="1" 
     52                                RuntimeLibrary="3" 
    5353                                UsePrecompiledHeader="2" 
    5454                                PrecompiledHeaderThrough="precompiled.h" 
     
    9999                                Name="VCWebDeploymentTool" 
    100100                        /> 
     101                        <Tool 
     102                                Name="VCPostBuildEventTool" 
     103                        /> 
    101104                </Configuration> 
    102105                <Configuration 
     
    132135                                MinimalRebuild="true" 
    133136                                BasicRuntimeChecks="3" 
    134                                 RuntimeLibrary="1" 
     137                                RuntimeLibrary="3" 
    135138                                UsePrecompiledHeader="2" 
    136139                                PrecompiledHeaderThrough="precompiled.h" 
     
    181184                                Name="VCWebDeploymentTool" 
    182185                        /> 
     186                        <Tool 
     187                                Name="VCPostBuildEventTool" 
     188                        /> 
    183189                </Configuration> 
    184190                <Configuration 
     
    211217                                AdditionalIncludeDirectories="..\..\..\..\dep\include\;..\..\..\shared\;..\..\..\framework\;..\..\..\game\;..\include\;..\..\..\..\dep\ACE_wrappers" 
    212218                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT" 
    213                                 RuntimeLibrary="0" 
     219                                RuntimeLibrary="2" 
    214220                                EnableEnhancedInstructionSet="1" 
    215221                                FloatingPointModel="2" 
     
    263269                                Name="VCWebDeploymentTool" 
    264270                        /> 
     271                        <Tool 
     272                                Name="VCPostBuildEventTool" 
     273                        /> 
    265274                </Configuration> 
    266275                <Configuration 
     
    294303                                AdditionalIncludeDirectories="..\..\..\..\dep\include\;..\..\..\shared\;..\..\..\framework\;..\..\..\game\;..\include\;..\..\..\..\dep\ACE_wrappers" 
    295304                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT" 
    296                                 RuntimeLibrary="0" 
     305                                RuntimeLibrary="2" 
    297306                                FloatingPointModel="2" 
    298307                                UsePrecompiledHeader="2" 
     
    344353                        <Tool 
    345354                                Name="VCWebDeploymentTool" 
     355                        /> 
     356                        <Tool 
     357                                Name="VCPostBuildEventTool" 
    346358                        /> 
    347359                </Configuration> 
     
    17571769                                                        RelativePath="..\scripts\zone\tempest_keep\the_eye\boss_alar.cpp" 
    17581770                                                        > 
    1759                                                 </File>                                                  
     1771                                                </File> 
    17601772                                                <File 
    17611773                                                        RelativePath="..\scripts\zone\tempest_keep\the_eye\boss_astromancer.cpp"