From c7f30546b57e9c8fdc99af672a986420a76ebb7b Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 3 Aug 2010 23:26:44 +0200 Subject: [PATCH] Changed: #1051 Create a console-based working patcher --- .../client_patcher/client_patcher.vcproj | 37 +++++++------------ 1 file changed, 14 insertions(+), 23 deletions(-) diff --git a/code/ryzom/tools/client/client_patcher/client_patcher.vcproj b/code/ryzom/tools/client/client_patcher/client_patcher.vcproj index 659003ace..9de6d091d 100644 --- a/code/ryzom/tools/client/client_patcher/client_patcher.vcproj +++ b/code/ryzom/tools/client/client_patcher/client_patcher.vcproj @@ -5,7 +5,6 @@ Name="client_patcher" ProjectGUID="{B0323569-5F46-4E7D-A045-56697BEFBF03}" RootNamespace="client_patcher" - Keyword="Win32Proj" TargetFrameworkVersion="196613" > @@ -43,11 +42,12 @@ /> @@ -62,8 +62,10 @@ /> @@ -140,7 +140,6 @@ Name="VCLinkerTool" AdditionalDependencies="libcurl.lib libeay32.lib ssleay32.lib" OutputFile="bin\$(ProjectName)_d.exe" - LinkIncremental="2" IgnoreDefaultLibraryNames="msvcrt.lib" GenerateDebugInformation="true" SubSystem="1" @@ -173,9 +172,7 @@ OutputDirectory="$(SolutionDir)$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" ConfigurationType="1" - UseOfMFC="2" CharacterSet="2" - WholeProgramOptimization="0" > @@ -220,11 +215,11 @@ /> @@ -284,13 +278,11 @@ FavorSizeOrSpeed="1" OmitFramePointers="true" EnableFiberSafeOptimizations="true" - AdditionalIncludeDirectories="../../../client/src;../../../common/src;." - PreprocessorDefinitions="WIN32;NDEBUG;CURL_STATICLIB" + AdditionalIncludeDirectories="../../../common/src;../../../client/src" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;CURL_STATICLIB;RZ_NO_CLIENT;NL_USE_SEVENZIP" StringPooling="true" RuntimeLibrary="2" - UsePrecompiledHeader="2" - PrecompiledHeaderThrough="stdpch.h" - WarningLevel="3" + WarningLevel="2" DebugInformationFormat="3" />