mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Fixed win tool build.
--HG-- branch : trunk
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\;..\..\..\..\externals;..\..\..\..\externals\libmpq;..\..\..\..\externals\libmpq\win;..\server\shared"
|
||||
AdditionalIncludeDirectories="..\loadlib;..\..\..\..\externals;..\..\..\..\externals\libmpq;..\..\..\..\externals\libmpq\win;..\server\shared"
|
||||
MinimalRebuild="false"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
@@ -147,7 +147,7 @@
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="0"
|
||||
AdditionalIncludeDirectories="..\;..\..\..\..\externals;..\..\..\..\externals\libmpq;..\..\..\..\externals\libmpq\win;..\server\shared"
|
||||
AdditionalIncludeDirectories="..\loadlib;..\..\..\..\externals;..\..\..\..\externals\libmpq;..\..\..\..\externals\libmpq\win;..\server\shared"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
@@ -221,7 +221,7 @@
|
||||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\loadlib\adt.cpp"
|
||||
RelativePath="..\adt.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
@@ -229,7 +229,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\loadlib\loadlib.cpp"
|
||||
RelativePath="..\loadlib.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
@@ -241,7 +241,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\loadlib\wdt.cpp"
|
||||
RelativePath="..\wdt.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
@@ -249,6 +249,10 @@
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\adt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\dbcfile.h"
|
||||
>
|
||||
@@ -257,6 +261,10 @@
|
||||
RelativePath=".\mpq_libmpq.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\wdt.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
|
||||
Reference in New Issue
Block a user