Compiles now yay! xD
This commit is contained in:
parent
dd84984526
commit
026731721b
@ -91,7 +91,7 @@
|
||||
AdditionalIncludeDirectories="./shared/;./Client/;./Client/World/;./Client/Realm/;./dep/include/"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=""
|
||||
AssemblerListingLocation="$(SolutionDir)/temp/$(ProjectName)/"
|
||||
ObjectFile="$(SolutionDir)/temp/$(ProjectName)/"
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
AdditionalIncludeDirectories="./dep/include/"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\Debug/PseuWoW_Controller.pch"
|
||||
AssemblerListingLocation=".\Debug/"
|
||||
ObjectFile=".\Debug/"
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="0"
|
||||
PrecompiledHeaderFile="$(SolutionDir)/temp/$(ProjectName)/zlib.pch"
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderFile="$(SolutionDir)/temp/$(ProjectName)/zthread.pch"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user