clean this up a bit

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1371 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
amber 2005-04-01 06:24:15 +00:00
parent 107001247d
commit db81e6615a

View File

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