|
@@ -22,19 +22,21 @@
|
|
|
AdditionalIncludeDirectories="..\src\common;..\src\map;..\src\zlib"
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_WIN32;PACKETVER=6;TXT_ONLY;NEW_006b;__WIN32;LOCALZLIB"
|
|
|
MinimalRebuild="TRUE"
|
|
|
+ ExceptionHandling="FALSE"
|
|
|
BasicRuntimeChecks="3"
|
|
|
RuntimeLibrary="5"
|
|
|
UsePrecompiledHeader="0"
|
|
|
WarningLevel="3"
|
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
|
- DebugInformationFormat="4"/>
|
|
|
+ DebugInformationFormat="3"/>
|
|
|
<Tool
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
<Tool
|
|
|
Name="VCLinkerTool"
|
|
|
+ AdditionalOptions="/FIXED:NO"
|
|
|
AdditionalDependencies="WSOCK32.lib"
|
|
|
OutputFile="..\map-server.exe"
|
|
|
- LinkIncremental="2"
|
|
|
+ LinkIncremental="1"
|
|
|
GenerateDebugInformation="TRUE"
|
|
|
ProgramDatabaseFile="$(OutDir)/eAthena.pdb"
|
|
|
SubSystem="1"
|