mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
Fixed RuntimeLibrary setting in VC80/framework.vcproj
This commit is contained in:
parent
5efb2f35c9
commit
0127feb5a8
1 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@
|
|||
PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB"
|
||||
MinimalRebuild="false"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="0"
|
||||
PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
|
||||
|
|
@ -125,7 +125,7 @@
|
|||
PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB"
|
||||
MinimalRebuild="false"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="true"
|
||||
UsePrecompiledHeader="0"
|
||||
PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue