mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-15 15:40:56 +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
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="..\lib\arabica-debug.lib"
|
||||
OutputFile="$(OutDir)\taggle.exe"
|
||||
GenerateDebugInformation="true"
|
||||
TargetMachine="1"
|
||||
|
@ -128,6 +129,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="..\lib\arabica.lib"
|
||||
OutputFile="$(OutDir)\taggle.exe"
|
||||
GenerateDebugInformation="true"
|
||||
OptimizeReferences="2"
|
||||
|
|
Loading…
Reference in a new issue