|
|
@ -139,7 +139,7 @@
|
|
|
|
<Tool
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="libcurl.lib libeay32.lib ssleay32.lib"
|
|
|
|
AdditionalDependencies="libcurl.lib libeay32.lib ssleay32.lib"
|
|
|
|
OutputFile="bin\$(ProjectName)_d.exe"
|
|
|
|
OutputFile="bin64\$(ProjectName)_d.exe"
|
|
|
|
IgnoreDefaultLibraryNames="msvcrt.lib"
|
|
|
|
IgnoreDefaultLibraryNames="msvcrt.lib"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="1"
|
|
|
|
SubSystem="1"
|
|
|
@ -198,9 +198,10 @@
|
|
|
|
OmitFramePointers="true"
|
|
|
|
OmitFramePointers="true"
|
|
|
|
EnableFiberSafeOptimizations="true"
|
|
|
|
EnableFiberSafeOptimizations="true"
|
|
|
|
AdditionalIncludeDirectories="../../../common/src;../../../client/src"
|
|
|
|
AdditionalIncludeDirectories="../../../common/src;../../../client/src"
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;CURL_STATICLIB"
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;CURL_STATICLIB;RZ_NO_CLIENT;NL_USE_SEVENZIP"
|
|
|
|
StringPooling="true"
|
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
|
|
|
|
BufferSecurityCheck="false"
|
|
|
|
WarningLevel="3"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
@ -282,6 +283,7 @@
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;CURL_STATICLIB;RZ_NO_CLIENT;NL_USE_SEVENZIP"
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;CURL_STATICLIB;RZ_NO_CLIENT;NL_USE_SEVENZIP"
|
|
|
|
StringPooling="true"
|
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
|
|
|
|
BufferSecurityCheck="false"
|
|
|
|
WarningLevel="2"
|
|
|
|
WarningLevel="2"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
@ -297,7 +299,7 @@
|
|
|
|
<Tool
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="libcurl.lib libeay32.lib ssleay32.lib"
|
|
|
|
AdditionalDependencies="libcurl.lib libeay32.lib ssleay32.lib"
|
|
|
|
OutputFile="bin\$(ProjectName)_r.exe"
|
|
|
|
OutputFile="bin64\$(ProjectName)_r.exe"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="1"
|
|
|
|
SubSystem="1"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
OptimizeReferences="2"
|
|
|
|