diff options
Diffstat (limited to 'vcproj/login-server_txt.vcproj')
-rw-r--r-- | vcproj/login-server_txt.vcproj | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/vcproj/login-server_txt.vcproj b/vcproj/login-server_txt.vcproj index 679c06cc7..84766b3af 100644 --- a/vcproj/login-server_txt.vcproj +++ b/vcproj/login-server_txt.vcproj @@ -68,9 +68,10 @@ CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- RuntimeLibrary="4"
- UsePrecompiledHeader="3"
+ AdditionalIncludeDirectories="src\common;src\map;src\zlib"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_WIN32;PACKETVER=6;TXT_ONLY;NEW_006b;__WIN32;LOCALZLIB"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
@@ -78,7 +79,8 @@ Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- OutputFile="$(OutDir)/eAthena.exe"
+ AdditionalDependencies="WSOCK32.lib"
+ OutputFile="..\login-server.exe"
LinkIncremental="1"
GenerateDebugInformation="TRUE"
SubSystem="1"
|