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

    r2 r86  
    4949                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    5050                                StringPooling="true" 
    51                                 RuntimeLibrary="0" 
     51                                RuntimeLibrary="2" 
    5252                                EnableFunctionLevelLinking="true" 
    5353                                EnableEnhancedInstructionSet="1" 
     54                                RuntimeTypeInfo="true" 
     55                                UsePrecompiledHeader="0" 
     56                                PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)/sockets.pch" 
     57                                AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\" 
     58                                ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\" 
     59                                ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\" 
     60                                WarningLevel="3" 
     61                                SuppressStartupBanner="true" 
     62                                Detect64BitPortabilityProblems="false" 
     63                                DebugInformationFormat="3" 
     64                                CompileAs="0" 
     65                        /> 
     66                        <Tool 
     67                                Name="VCManagedResourceCompilerTool" 
     68                        /> 
     69                        <Tool 
     70                                Name="VCResourceCompilerTool" 
     71                                PreprocessorDefinitions="NDEBUG" 
     72                                Culture="1033" 
     73                        /> 
     74                        <Tool 
     75                                Name="VCPreLinkEventTool" 
     76                        /> 
     77                        <Tool 
     78                                Name="VCLibrarianTool" 
     79                                OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib" 
     80                                SuppressStartupBanner="true" 
     81                        /> 
     82                        <Tool 
     83                                Name="VCALinkTool" 
     84                        /> 
     85                        <Tool 
     86                                Name="VCXDCMakeTool" 
     87                        /> 
     88                        <Tool 
     89                                Name="VCBscMakeTool" 
     90                        /> 
     91                        <Tool 
     92                                Name="VCFxCopTool" 
     93                        /> 
     94                        <Tool 
     95                                Name="VCPostBuildEventTool" 
     96                        /> 
     97                </Configuration> 
     98                <Configuration 
     99                        Name="Release|x64" 
     100                        OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)" 
     101                        IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)" 
     102                        ConfigurationType="4" 
     103                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     104                        UseOfMFC="0" 
     105                        ATLMinimizesCRunTimeLibraryUsage="false" 
     106                        CharacterSet="2" 
     107                        > 
     108                        <Tool 
     109                                Name="VCPreBuildEventTool" 
     110                        /> 
     111                        <Tool 
     112                                Name="VCCustomBuildTool" 
     113                        /> 
     114                        <Tool 
     115                                Name="VCXMLDataGeneratorTool" 
     116                        /> 
     117                        <Tool 
     118                                Name="VCWebServiceProxyGeneratorTool" 
     119                        /> 
     120                        <Tool 
     121                                Name="VCMIDLTool" 
     122                                TargetEnvironment="3" 
     123                        /> 
     124                        <Tool 
     125                                Name="VCCLCompilerTool" 
     126                                AdditionalOptions="/MP" 
     127                                InlineFunctionExpansion="1" 
     128                                AdditionalIncludeDirectories="..\..\dep\include\sockets" 
     129                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
     130                                StringPooling="true" 
     131                                RuntimeLibrary="2" 
     132                                EnableFunctionLevelLinking="true" 
     133                                EnableEnhancedInstructionSet="0" 
    54134                                RuntimeTypeInfo="true" 
    55135                                UsePrecompiledHeader="0" 
     
    128208                                PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    129209                                BasicRuntimeChecks="3" 
    130                                 RuntimeLibrary="1" 
     210                                RuntimeLibrary="3" 
    131211                                RuntimeTypeInfo="true" 
    132212                                UsePrecompiledHeader="0" 
     
    147227                                Name="VCResourceCompilerTool" 
    148228                                PreprocessorDefinitions="_DEBUG" 
    149                                 Culture="1033" 
    150                         /> 
    151                         <Tool 
    152                                 Name="VCPreLinkEventTool" 
    153                         /> 
    154                         <Tool 
    155                                 Name="VCLibrarianTool" 
    156                                 OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib" 
    157                                 SuppressStartupBanner="true" 
    158                         /> 
    159                         <Tool 
    160                                 Name="VCALinkTool" 
    161                         /> 
    162                         <Tool 
    163                                 Name="VCXDCMakeTool" 
    164                         /> 
    165                         <Tool 
    166                                 Name="VCBscMakeTool" 
    167                         /> 
    168                         <Tool 
    169                                 Name="VCFxCopTool" 
    170                         /> 
    171                         <Tool 
    172                                 Name="VCPostBuildEventTool" 
    173                         /> 
    174                 </Configuration> 
    175                 <Configuration 
    176                         Name="Release|x64" 
    177                         OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)" 
    178                         IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)" 
    179                         ConfigurationType="4" 
    180                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    181                         UseOfMFC="0" 
    182                         ATLMinimizesCRunTimeLibraryUsage="false" 
    183                         CharacterSet="2" 
    184                         > 
    185                         <Tool 
    186                                 Name="VCPreBuildEventTool" 
    187                         /> 
    188                         <Tool 
    189                                 Name="VCCustomBuildTool" 
    190                         /> 
    191                         <Tool 
    192                                 Name="VCXMLDataGeneratorTool" 
    193                         /> 
    194                         <Tool 
    195                                 Name="VCWebServiceProxyGeneratorTool" 
    196                         /> 
    197                         <Tool 
    198                                 Name="VCMIDLTool" 
    199                                 TargetEnvironment="3" 
    200                         /> 
    201                         <Tool 
    202                                 Name="VCCLCompilerTool" 
    203                                 AdditionalOptions="/MP" 
    204                                 InlineFunctionExpansion="1" 
    205                                 AdditionalIncludeDirectories="..\..\dep\include\sockets" 
    206                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    207                                 StringPooling="true" 
    208                                 RuntimeLibrary="0" 
    209                                 EnableFunctionLevelLinking="true" 
    210                                 EnableEnhancedInstructionSet="0" 
    211                                 RuntimeTypeInfo="true" 
    212                                 UsePrecompiledHeader="0" 
    213                                 PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)/sockets.pch" 
    214                                 AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\" 
    215                                 ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\" 
    216                                 ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\" 
    217                                 WarningLevel="3" 
    218                                 SuppressStartupBanner="true" 
    219                                 Detect64BitPortabilityProblems="false" 
    220                                 DebugInformationFormat="3" 
    221                                 CompileAs="0" 
    222                         /> 
    223                         <Tool 
    224                                 Name="VCManagedResourceCompilerTool" 
    225                         /> 
    226                         <Tool 
    227                                 Name="VCResourceCompilerTool" 
    228                                 PreprocessorDefinitions="NDEBUG" 
    229229                                Culture="1033" 
    230230                        /> 
     
    286286                                PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    287287                                BasicRuntimeChecks="3" 
    288                                 RuntimeLibrary="1" 
     288                                RuntimeLibrary="3" 
    289289                                RuntimeTypeInfo="true" 
    290290                                UsePrecompiledHeader="0"