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:
parent
7a5a5868e5
commit
7561497ce3
@ -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 'C' zint library."/>
|
||||
<Version Major="2" Release="1"/>
|
||||
<Version Major="2" Release="2"/>
|
||||
<Files Count="2">
|
||||
<Item1>
|
||||
<Filename Value="..\src\ubarcodes.pas"/>
|
||||
|
@ -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 'C' 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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user