You've already forked lazarus-ccr
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:
@ -10,11 +10,11 @@
|
|||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<OtherUnitFiles Value="..\src"/>
|
<OtherUnitFiles Value="..\src"/>
|
||||||
<UnitOutputDirectory Value="lib\zint\$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
<Description Value="Provides barcode 1D and 2D generation based in the 'C' zint library."/>
|
<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">
|
<Files Count="2">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="..\src\ubarcodes.pas"/>
|
<Filename Value="..\src\ubarcodes.pas"/>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<OtherUnitFiles Value="..\src\zint"/>
|
<OtherUnitFiles Value="..\src\zint"/>
|
||||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib\zint\$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
<Description Value="Provides barcode 1D and 2D generation based in the 'C' zint library."/>
|
<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
|
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
|
this gives the possibility to include ZINT library in own products or link against it from
|
||||||
own software."/>
|
own software."/>
|
||||||
<Version Major="2" Release="1"/>
|
<Version Major="2" Release="2"/>
|
||||||
<Files Count="23">
|
<Files Count="23">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="..\src\zint\zint.pp"/>
|
<Filename Value="..\src\zint\zint.pp"/>
|
||||||
|
Reference in New Issue
Block a user