Files
lazarus-ccr/components/lazbarcodes/packages/lazbarcodes_runtimeonly.pas

19 lines
527 B
ObjectPascal
Raw Permalink Normal View History

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit lazbarcodes_runtimeonly;
{$warn 5023 off : no warning about unused units}
interface
uses
zint, lbc_aztec, lbc_basic, lbc_datamatrix, lbc_helper, lbc_qr,
lbc_reedsolomon, lbc_render, lbc_sjis, lbc_code, lbc_common, lbc_2of5,
lbc_upcean, lbc_code128, lbc_gs1, lbc_postal, lbc_svg, lbc_medical,
lbc_telepen, lbc_plessey, lbc_pdf417, lbc_auspost, lbc_MaxiCode;
implementation
end.