diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-01 06:24:15 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-01 06:24:15 +0000 |
commit | 7bd05bfcac17ad432a430bc385445373174a4862 (patch) | |
tree | 18e5622adcc199bfcfeddf334b727b2a0f7eec98 /vcproj | |
parent | 1086946ca3a5c6cf58c2f1e67f0078cd3abbb698 (diff) | |
download | hercules-7bd05bfcac17ad432a430bc385445373174a4862.tar.gz hercules-7bd05bfcac17ad432a430bc385445373174a4862.tar.bz2 hercules-7bd05bfcac17ad432a430bc385445373174a4862.tar.xz hercules-7bd05bfcac17ad432a430bc385445373174a4862.zip |
clean this up a bit
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1371 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj')
-rw-r--r-- | vcproj/map-server_txt.vcproj | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vcproj/map-server_txt.vcproj b/vcproj/map-server_txt.vcproj index 1a24f2ce6..aa8a75578 100644 --- a/vcproj/map-server_txt.vcproj +++ b/vcproj/map-server_txt.vcproj @@ -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"
|