Fixed: Some windows system lib was not linked when using self compiled external libraries.
This commit is contained in:
parent
54c32fb66e
commit
958a6d22d8
2 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
Version="9,00"
|
||||
Name="georges_exe"
|
||||
ProjectGUID="{B579068A-FE3B-46A8-AE14-289BEAE5EBC0}"
|
||||
RootNamespace="georges_exe"
|
||||
TargetFrameworkVersion="0"
|
||||
>
|
||||
<Platforms>
|
||||
|
@ -61,6 +62,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="ws2_32.lib"
|
||||
OutputFile="..\install\$(ProjectName)_d.exe"
|
||||
LinkIncremental="1"
|
||||
IgnoreDefaultLibraryNames="msvcrt.lib"
|
||||
|
@ -141,6 +143,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="ws2_32.lib"
|
||||
OutputFile="..\install\$(ProjectName)_r.exe"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="true"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
Version="9,00"
|
||||
Name="translation_tools"
|
||||
ProjectGUID="{DAB4B616-E628-433E-92CA-AFAB614A1656}"
|
||||
RootNamespace="translation_tools"
|
||||
TargetFrameworkVersion="0"
|
||||
>
|
||||
<Platforms>
|
||||
|
@ -61,6 +62,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="ws2_32.lib"
|
||||
OutputFile="$(ProjectName)_d.exe"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""
|
||||
|
@ -143,6 +145,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="ws2_32.lib"
|
||||
OutputFile="$(ProjectName)_r.exe"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""
|
||||
|
|
Loading…
Reference in a new issue