|
@@ -40,7 +40,6 @@
|
|
/>
|
|
/>
|
|
<Tool
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Name="VCCLCompilerTool"
|
|
- AdditionalOptions="/wd4018
/wd4100
/wd4800"
|
|
|
|
Optimization="0"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\src\common;..\src\zlib"
|
|
AdditionalIncludeDirectories="..\src\common;..\src\zlib"
|
|
PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;TXT_ONLY;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
|
|
PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;TXT_ONLY;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
|
|
@@ -55,6 +54,7 @@
|
|
WarningLevel="3"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="4"
|
|
DebugInformationFormat="4"
|
|
CompileAs="1"
|
|
CompileAs="1"
|
|
|
|
+ DisableSpecificWarnings="4018;4100;4800"
|
|
/>
|
|
/>
|
|
<Tool
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
Name="VCManagedResourceCompilerTool"
|
|
@@ -127,7 +127,6 @@
|
|
/>
|
|
/>
|
|
<Tool
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Name="VCCLCompilerTool"
|
|
- AdditionalOptions="/wd4018
/wd4100
/wd4800"
|
|
|
|
Optimization="2"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="2"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="true"
|
|
EnableIntrinsicFunctions="true"
|
|
@@ -145,6 +144,7 @@
|
|
WarningLevel="3"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
DebugInformationFormat="3"
|
|
CompileAs="1"
|
|
CompileAs="1"
|
|
|
|
+ DisableSpecificWarnings="4018;4100;4800"
|
|
/>
|
|
/>
|
|
<Tool
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
Name="VCManagedResourceCompilerTool"
|
|
@@ -377,6 +377,14 @@
|
|
RelativePath="..\src\map\pet.h"
|
|
RelativePath="..\src\map\pet.h"
|
|
>
|
|
>
|
|
</File>
|
|
</File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\src\map\quest.c"
|
|
|
|
+ >
|
|
|
|
+ </File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\src\map\quest.h"
|
|
|
|
+ >
|
|
|
|
+ </File>
|
|
<File
|
|
<File
|
|
RelativePath="..\src\map\script.c"
|
|
RelativePath="..\src\map\script.c"
|
|
>
|
|
>
|
|
@@ -433,14 +441,6 @@
|
|
RelativePath="..\src\map\vending.h"
|
|
RelativePath="..\src\map\vending.h"
|
|
>
|
|
>
|
|
</File>
|
|
</File>
|
|
- <File
|
|
|
|
- RelativePath="..\src\map\quest.c"
|
|
|
|
- >
|
|
|
|
- </File>
|
|
|
|
- <File
|
|
|
|
- RelativePath="..\src\map\quest.h"
|
|
|
|
- >
|
|
|
|
- </File>
|
|
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
<Filter
|
|
Name="zlib"
|
|
Name="zlib"
|