From 78cfbc99e7ecfdc31687009fe33e551b5c852110 Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Thu, 1 Feb 2007 16:59:50 +0000 Subject: - Changes in the VS8 project files: * synchronized the settings between the projects * joined all .h and .cpp files and grouped them based on the src subfolder (easier to understand how the source is organized) * added Debug/Release build targets that build txt/sql only * other minor changes git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9758 54d463be-8e91-2dee-dedb-b68131a5f0ec --- vcproj-8/login-server_txt.vcproj | 122 +++++++++++++++++++++++---------------- 1 file changed, 72 insertions(+), 50 deletions(-) (limited to 'vcproj-8/login-server_txt.vcproj') diff --git a/vcproj-8/login-server_txt.vcproj b/vcproj-8/login-server_txt.vcproj index 046b50a1e..622ee0db6 100644 --- a/vcproj-8/login-server_txt.vcproj +++ b/vcproj-8/login-server_txt.vcproj @@ -17,8 +17,8 @@ @@ -44,18 +44,13 @@ PreprocessorDefinitions="WIN32;_WIN32;__WIN32;TXT_ONLY;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION" GeneratePreprocessedFile="0" MinimalRebuild="true" + ExceptionHandling="0" BasicRuntimeChecks="3" RuntimeLibrary="3" - BufferSecurityCheck="true" EnableFunctionLevelLinking="true" - DisableLanguageExtensions="false" DefaultCharIsUnsigned="false" - TreatWChar_tAsBuiltInType="true" - ForceConformanceInForLoopScope="true" - RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="3" - WarnAsError="false" Detect64BitPortabilityProblems="false" DebugInformationFormat="4" CompileAs="1" @@ -73,12 +68,12 @@ Name="VCLinkerTool" AdditionalDependencies="msvcrt.lib oldnames.lib ws2_32.lib zdll.lib" ShowProgress="0" - OutputFile="..\login-server.exe" + OutputFile="$(OutDir)\login-server.exe" LinkIncremental="2" AdditionalLibraryDirectories="..\lib" IgnoreAllDefaultLibraries="true" GenerateDebugInformation="true" - ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb" + ProgramDatabaseFile="$(OutDir)\login-server.pdb" SubSystem="1" TargetMachine="1" /> @@ -109,8 +104,8 @@ + + + + + + + + + + + + + + - - + + -- cgit v1.2.3-70-g09d2