Changeset 86 for trunk/win/VC80

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

Location:
trunk/win/VC80
Files:
10 modified

Legend:

Unmodified
Added
Removed
  • trunk/win/VC80/ACE_vc8.vcproj

    r37 r86  
    28652865                        </File> 
    28662866                        <File 
     2867                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.h" 
     2868                                > 
     2869                        </File> 
     2870                        <File 
    28672871                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_errno.h" 
    28682872                                > 
    28692873                        </File> 
    28702874                        <File 
    2871                                 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.h" 
    2872                                 > 
    2873                         </File> 
    2874                         <File 
    28752875                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fcntl.h" 
    28762876                                > 
     
    32493249                        </File> 
    32503250                        <File 
     3251                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_String.h" 
     3252                                > 
     3253                        </File> 
     3254                        <File 
    32513255                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_string.h" 
    32523256                                > 
    32533257                        </File> 
    32543258                        <File 
    3255                                 RelativePath="..\..\dep\ACE_wrappers\ace\OS_String.h" 
    3256                                 > 
    3257                         </File> 
    3258                         <File 
    32593259                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_strings.h" 
    32603260                                > 
     
    32973297                        </File> 
    32983298                        <File 
     3299                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_time.h" 
     3300                                > 
     3301                        </File> 
     3302                        <File 
    32993303                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_time.h" 
    3300                                 > 
    3301                         </File> 
    3302                         <File 
    3303                                 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_time.h" 
    33043304                                > 
    33053305                        </File> 
  • trunk/win/VC80/TrinityCore.vcproj

    r37 r86  
    5151                                PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI" 
    5252                                StringPooling="true" 
    53                                 RuntimeLibrary="0" 
     53                                RuntimeLibrary="2" 
    5454                                EnableFunctionLevelLinking="true" 
    5555                                EnableEnhancedInstructionSet="1" 
     
    7979                                Name="VCLinkerTool" 
    8080                                AdditionalOptions="/MACHINE:I386" 
    81                                 AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib" 
     81                                AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRT.LIB msvcrt.lib" 
    8282                                OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe" 
    8383                                LinkIncremental="1" 
     
    153153                                PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;;WIN32;NDEBUG;_CONSOLE;ENABLE_CLI" 
    154154                                StringPooling="true" 
    155                                 RuntimeLibrary="0" 
     155                                RuntimeLibrary="2" 
    156156                                EnableFunctionLevelLinking="true" 
    157157                                EnableEnhancedInstructionSet="0" 
     
    180180                        <Tool 
    181181                                Name="VCLinkerTool" 
    182                                 AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib" 
     182                                AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRT.LIB msvcrt.lib" 
    183183                                OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe" 
    184184                                LinkIncremental="1" 
     
    254254                                IgnoreStandardIncludePath="false" 
    255255                                BasicRuntimeChecks="3" 
    256                                 RuntimeLibrary="1" 
     256                                RuntimeLibrary="3" 
    257257                                RuntimeTypeInfo="true" 
    258258                                PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch" 
     
    280280                                Name="VCLinkerTool" 
    281281                                AdditionalOptions="/MACHINE:I386" 
    282                                 AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib" 
     282                                AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib" 
    283283                                OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe" 
    284284                                Version="" 
     
    356356                                IgnoreStandardIncludePath="false" 
    357357                                BasicRuntimeChecks="3" 
    358                                 RuntimeLibrary="1" 
     358                                RuntimeLibrary="3" 
    359359                                RuntimeTypeInfo="true" 
    360360                                PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch" 
     
    381381                        <Tool 
    382382                                Name="VCLinkerTool" 
    383                                 AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib" 
     383                                AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib" 
    384384                                OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe" 
    385385                                Version="" 
  • trunk/win/VC80/TrinityRealm.vcproj

    r37 r86  
    5151                                PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;,WIN32,NDEBUG,_CONSOLE" 
    5252                                StringPooling="true" 
    53                                 RuntimeLibrary="0" 
     53                                RuntimeLibrary="2" 
    5454                                EnableFunctionLevelLinking="true" 
    5555                                EnableEnhancedInstructionSet="1" 
     
    7979                                Name="VCLinkerTool" 
    8080                                AdditionalOptions="/MACHINE:I386" 
    81                                 AdditionalDependencies="zthread.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib" 
     81                                AdditionalDependencies="zthread.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRT.LIB msvcrt.lib" 
    8282                                OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe" 
    8383                                LinkIncremental="1" 
     
    151151                                PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;,WIN32,NDEBUG,_CONSOLE" 
    152152                                StringPooling="true" 
    153                                 RuntimeLibrary="0" 
     153                                RuntimeLibrary="2" 
    154154                                EnableFunctionLevelLinking="true" 
    155155                                EnableEnhancedInstructionSet="0" 
     
    178178                        <Tool 
    179179                                Name="VCLinkerTool" 
    180                                 AdditionalDependencies="zthread.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib" 
     180                                AdditionalDependencies="zthread.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRT.LIB msvcrt.lib" 
    181181                                OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe" 
    182182                                LinkIncremental="1" 
     
    250250                                IgnoreStandardIncludePath="false" 
    251251                                BasicRuntimeChecks="3" 
    252                                 RuntimeLibrary="1" 
     252                                RuntimeLibrary="3" 
    253253                                RuntimeTypeInfo="true" 
    254254                                PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\realmd.pch" 
     
    276276                                Name="VCLinkerTool" 
    277277                                AdditionalOptions="/MACHINE:I386" 
    278                                 AdditionalDependencies="zthread.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib" 
     278                                AdditionalDependencies="zthread.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib" 
    279279                                OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe" 
    280280                                LinkIncremental="2" 
     
    350350                                IgnoreStandardIncludePath="false" 
    351351                                BasicRuntimeChecks="3" 
    352                                 RuntimeLibrary="1" 
     352                                RuntimeLibrary="3" 
    353353                                RuntimeTypeInfo="true" 
    354354                                PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\realmd.pch" 
     
    375375                        <Tool 
    376376                                Name="VCLinkerTool" 
    377                                 AdditionalDependencies="zthread.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib" 
     377                                AdditionalDependencies="zthread.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib MSVCPRTD.LIB msvcrtd.lib" 
    378378                                OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe" 
    379379                                LinkIncremental="2" 
  • trunk/win/VC80/framework.vcproj

    r74 r86  
    5151                                MinimalRebuild="false" 
    5252                                BasicRuntimeChecks="3" 
    53                                 RuntimeLibrary="1" 
     53                                RuntimeLibrary="3" 
    5454                                RuntimeTypeInfo="true" 
    5555                                UsePrecompiledHeader="0" 
     
    126126                                MinimalRebuild="false" 
    127127                                BasicRuntimeChecks="3" 
    128                                 RuntimeLibrary="1" 
     128                                RuntimeLibrary="3" 
    129129                                RuntimeTypeInfo="true" 
    130130                                UsePrecompiledHeader="0" 
     
    200200                                StringPooling="true" 
    201201                                MinimalRebuild="false" 
    202                                 RuntimeLibrary="0" 
     202                                RuntimeLibrary="2" 
    203203                                EnableFunctionLevelLinking="true" 
    204204                                EnableEnhancedInstructionSet="1" 
     
    276276                                StringPooling="true" 
    277277                                MinimalRebuild="false" 
    278                                 RuntimeLibrary="0" 
     278                                RuntimeLibrary="2" 
    279279                                EnableFunctionLevelLinking="true" 
    280280                                EnableEnhancedInstructionSet="0" 
  • trunk/win/VC80/g3dlite.vcproj

    r2 r86  
    4949                                MinimalRebuild="false" 
    5050                                BasicRuntimeChecks="3" 
    51                                 RuntimeLibrary="1" 
     51                                RuntimeLibrary="3" 
    5252                                BufferSecurityCheck="true" 
    5353                                UsePrecompiledHeader="0" 
     
    121121                                MinimalRebuild="false" 
    122122                                BasicRuntimeChecks="3" 
    123                                 RuntimeLibrary="1" 
     123                                RuntimeLibrary="3" 
    124124                                BufferSecurityCheck="true" 
    125125                                UsePrecompiledHeader="0" 
     
    189189                                AdditionalIncludeDirectories="..\..\dep\include\g3dlite" 
    190190                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 
    191                                 RuntimeLibrary="0" 
     191                                RuntimeLibrary="2" 
    192192                                EnableEnhancedInstructionSet="1" 
    193193                                FloatingPointModel="2" 
     
    259259                                AdditionalIncludeDirectories="..\..\dep\include\g3dlite" 
    260260                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 
    261                                 RuntimeLibrary="0" 
     261                                RuntimeLibrary="2" 
    262262                                EnableEnhancedInstructionSet="0" 
    263263                                FloatingPointModel="2" 
  • trunk/win/VC80/game.vcproj

    r44 r86  
    22<VisualStudioProject 
    33        ProjectType="Visual C++" 
    4         Version="8.00" 
     4        Version="8,00" 
    55        Name="game" 
    66        ProjectGUID="{1DC6C4DA-A028-41F3-877D-D5400C594F88}" 
     
    5252                                MinimalRebuild="false" 
    5353                                BasicRuntimeChecks="3" 
    54                                 RuntimeLibrary="1" 
     54                                RuntimeLibrary="3" 
    5555                                FloatingPointModel="2" 
    5656                                RuntimeTypeInfo="true" 
     
    134134                                MinimalRebuild="false" 
    135135                                BasicRuntimeChecks="3" 
    136                                 RuntimeLibrary="1" 
     136                                RuntimeLibrary="3" 
    137137                                FloatingPointModel="2" 
    138138                                RuntimeTypeInfo="true" 
     
    213213                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;" 
    214214                                StringPooling="true" 
    215                                 RuntimeLibrary="0" 
     215                                RuntimeLibrary="2" 
    216216                                EnableFunctionLevelLinking="true" 
    217217                                EnableEnhancedInstructionSet="1" 
     
    295295                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;" 
    296296                                StringPooling="true" 
    297                                 RuntimeLibrary="0" 
     297                                RuntimeLibrary="2" 
    298298                                EnableFunctionLevelLinking="true" 
    299299                                EnableEnhancedInstructionSet="0" 
  • trunk/win/VC80/shared.vcproj

    r37 r86  
    5050                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    5151                                StringPooling="true" 
    52                                 RuntimeLibrary="0" 
     52                                RuntimeLibrary="2" 
    5353                                EnableFunctionLevelLinking="true" 
    5454                                EnableEnhancedInstructionSet="1" 
     
    133133                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    134134                                StringPooling="true" 
    135                                 RuntimeLibrary="0" 
     135                                RuntimeLibrary="2" 
    136136                                EnableFunctionLevelLinking="true" 
    137137                                EnableEnhancedInstructionSet="0" 
     
    214214                                PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    215215                                BasicRuntimeChecks="3" 
    216                                 RuntimeLibrary="1" 
     216                                RuntimeLibrary="3" 
    217217                                FloatingPointModel="2" 
    218218                                RuntimeTypeInfo="true" 
     
    295295                                PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    296296                                BasicRuntimeChecks="3" 
    297                                 RuntimeLibrary="1" 
     297                                RuntimeLibrary="3" 
    298298                                FloatingPointModel="2" 
    299299                                RuntimeTypeInfo="true" 
  • 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" 
  • trunk/win/VC80/zlib.vcproj

    r2 r86  
    4848                                MinimalRebuild="true" 
    4949                                BasicRuntimeChecks="3" 
    50                                 RuntimeLibrary="1" 
     50                                RuntimeLibrary="3" 
    5151                                RuntimeTypeInfo="true" 
    5252                                UsePrecompiledHeader="0" 
     
    117117                                MinimalRebuild="true" 
    118118                                BasicRuntimeChecks="3" 
    119                                 RuntimeLibrary="1" 
     119                                RuntimeLibrary="3" 
    120120                                RuntimeTypeInfo="true" 
    121121                                UsePrecompiledHeader="0" 
     
    182182                                AdditionalIncludeDirectories="..\..\dep\include" 
    183183                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    184                                 RuntimeLibrary="0" 
     184                                RuntimeLibrary="2" 
    185185                                EnableEnhancedInstructionSet="1" 
    186186                                RuntimeTypeInfo="true" 
     
    249249                                AdditionalIncludeDirectories="..\..\dep\include" 
    250250                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    251                                 RuntimeLibrary="0" 
     251                                RuntimeLibrary="2" 
    252252                                EnableEnhancedInstructionSet="0" 
    253253                                RuntimeTypeInfo="true" 
  • trunk/win/VC80/zthread.vcproj

    r2 r86  
    4747                                MinimalRebuild="true" 
    4848                                BasicRuntimeChecks="3" 
    49                                 RuntimeLibrary="1" 
     49                                RuntimeLibrary="3" 
     50                                RuntimeTypeInfo="true" 
     51                                UsePrecompiledHeader="0" 
     52                                PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch" 
     53                                WarningLevel="3" 
     54                                Detect64BitPortabilityProblems="true" 
     55                                DebugInformationFormat="3" 
     56                        /> 
     57                        <Tool 
     58                                Name="VCManagedResourceCompilerTool" 
     59                        /> 
     60                        <Tool 
     61                                Name="VCResourceCompilerTool" 
     62                        /> 
     63                        <Tool 
     64                                Name="VCPreLinkEventTool" 
     65                        /> 
     66                        <Tool 
     67                                Name="VCLibrarianTool" 
     68                                OutputFile="$(OutDir)/zthread.lib" 
     69                        /> 
     70                        <Tool 
     71                                Name="VCALinkTool" 
     72                        /> 
     73                        <Tool 
     74                                Name="VCXDCMakeTool" 
     75                        /> 
     76                        <Tool 
     77                                Name="VCBscMakeTool" 
     78                        /> 
     79                        <Tool 
     80                                Name="VCFxCopTool" 
     81                        /> 
     82                        <Tool 
     83                                Name="VCPostBuildEventTool" 
     84                        /> 
     85                </Configuration> 
     86                <Configuration 
     87                        Name="Debug|x64" 
     88                        OutputDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)" 
     89                        IntermediateDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)" 
     90                        ConfigurationType="4" 
     91                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     92                        CharacterSet="2" 
     93                        > 
     94                        <Tool 
     95                                Name="VCPreBuildEventTool" 
     96                        /> 
     97                        <Tool 
     98                                Name="VCCustomBuildTool" 
     99                        /> 
     100                        <Tool 
     101                                Name="VCXMLDataGeneratorTool" 
     102                        /> 
     103                        <Tool 
     104                                Name="VCWebServiceProxyGeneratorTool" 
     105                        /> 
     106                        <Tool 
     107                                Name="VCMIDLTool" 
     108                                TargetEnvironment="3" 
     109                        /> 
     110                        <Tool 
     111                                Name="VCCLCompilerTool" 
     112                                Optimization="0" 
     113                                AdditionalIncludeDirectories="..\..\dep\include" 
     114                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
     115                                MinimalRebuild="true" 
     116                                BasicRuntimeChecks="3" 
     117                                RuntimeLibrary="3" 
    50118                                RuntimeTypeInfo="true" 
    51119                                UsePrecompiledHeader="0" 
     
    112180                                AdditionalIncludeDirectories="..\..\dep\include" 
    113181                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    114                                 RuntimeLibrary="0" 
     182                                RuntimeLibrary="2" 
    115183                                EnableEnhancedInstructionSet="1" 
    116                                 RuntimeTypeInfo="true" 
    117                                 UsePrecompiledHeader="0" 
    118                                 PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch" 
    119                                 WarningLevel="3" 
    120                                 Detect64BitPortabilityProblems="true" 
    121                                 DebugInformationFormat="3" 
    122                         /> 
    123                         <Tool 
    124                                 Name="VCManagedResourceCompilerTool" 
    125                         /> 
    126                         <Tool 
    127                                 Name="VCResourceCompilerTool" 
    128                         /> 
    129                         <Tool 
    130                                 Name="VCPreLinkEventTool" 
    131                         /> 
    132                         <Tool 
    133                                 Name="VCLibrarianTool" 
    134                                 OutputFile="$(OutDir)/zthread.lib" 
    135                         /> 
    136                         <Tool 
    137                                 Name="VCALinkTool" 
    138                         /> 
    139                         <Tool 
    140                                 Name="VCXDCMakeTool" 
    141                         /> 
    142                         <Tool 
    143                                 Name="VCBscMakeTool" 
    144                         /> 
    145                         <Tool 
    146                                 Name="VCFxCopTool" 
    147                         /> 
    148                         <Tool 
    149                                 Name="VCPostBuildEventTool" 
    150                         /> 
    151                 </Configuration> 
    152                 <Configuration 
    153                         Name="Debug|x64" 
    154                         OutputDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)" 
    155                         IntermediateDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)" 
    156                         ConfigurationType="4" 
    157                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    158                         CharacterSet="2" 
    159                         > 
    160                         <Tool 
    161                                 Name="VCPreBuildEventTool" 
    162                         /> 
    163                         <Tool 
    164                                 Name="VCCustomBuildTool" 
    165                         /> 
    166                         <Tool 
    167                                 Name="VCXMLDataGeneratorTool" 
    168                         /> 
    169                         <Tool 
    170                                 Name="VCWebServiceProxyGeneratorTool" 
    171                         /> 
    172                         <Tool 
    173                                 Name="VCMIDLTool" 
    174                                 TargetEnvironment="3" 
    175                         /> 
    176                         <Tool 
    177                                 Name="VCCLCompilerTool" 
    178                                 Optimization="0" 
    179                                 AdditionalIncludeDirectories="..\..\dep\include" 
    180                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    181                                 MinimalRebuild="true" 
    182                                 BasicRuntimeChecks="3" 
    183                                 RuntimeLibrary="1" 
    184184                                RuntimeTypeInfo="true" 
    185185                                UsePrecompiledHeader="0" 
     
    247247                                AdditionalIncludeDirectories="..\..\dep\include" 
    248248                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 
    249                                 RuntimeLibrary="0" 
     249                                RuntimeLibrary="2" 
    250250                                EnableEnhancedInstructionSet="0" 
    251251                                RuntimeTypeInfo="true"