mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-29 08:36:45 +01:00
added library dependencies
This commit is contained in:
parent
a61dc3dc70
commit
c5b4a7eae2
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies="..\lib\arabica-debug.lib"
|
||||||
OutputFile="$(OutDir)\taggle.exe"
|
OutputFile="$(OutDir)\taggle.exe"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
|
@ -128,6 +129,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies="..\lib\arabica.lib"
|
||||||
OutputFile="$(OutDir)\taggle.exe"
|
OutputFile="$(OutDir)\taggle.exe"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue