LazBarcodes: Fix package output directories. --> v2.0.2

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8695 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2023-02-01 22:16:46 +00:00
parent 7a5a5868e5
commit 7561497ce3
2 changed files with 4 additions and 4 deletions

View File

@ -10,11 +10,11 @@
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="..\src"/>
<UnitOutputDirectory Value="lib\zint\$(TargetCPU)-$(TargetOS)"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Description Value="Provides barcode 1D and 2D generation based in the &apos;C&apos; zint library."/>
<Version Major="2" Release="1"/>
<Version Major="2" Release="2"/>
<Files Count="2">
<Item1>
<Filename Value="..\src\ubarcodes.pas"/>

View File

@ -9,7 +9,7 @@
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="..\src\zint"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
<UnitOutputDirectory Value="lib\zint\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Description Value="Provides barcode 1D and 2D generation based in the &apos;C&apos; zint library."/>
@ -28,7 +28,7 @@ Change to BSD-license is done for backend and therefore for ZINT shared library
the frontends and Qt4-backend the GPL is still valid. Since BSD-license is GPL-compatible
this gives the possibility to include ZINT library in own products or link against it from
own software."/>
<Version Major="2" Release="1"/>
<Version Major="2" Release="2"/>
<Files Count="23">
<Item1>
<Filename Value="..\src\zint\zint.pp"/>