2011-07-22 18:48:22 +00:00
|
|
|
{ This file was automatically created by Lazarus. Do not edit!
|
|
|
|
This source is only used to compile and install the package.
|
|
|
|
}
|
|
|
|
|
2018-01-16 11:25:47 +00:00
|
|
|
unit lazbarcodes_runtimeonly;
|
2011-07-22 18:48:22 +00:00
|
|
|
|
2018-01-16 11:25:47 +00:00
|
|
|
{$warn 5023 off : no warning about unused units}
|
2011-07-22 18:48:22 +00:00
|
|
|
interface
|
|
|
|
|
|
|
|
uses
|
2022-03-09 22:45:46 +00:00
|
|
|
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,
|
2022-03-20 12:48:03 +00:00
|
|
|
lbc_telepen, lbc_plessey, lbc_pdf417, lbc_auspost, lbc_MaxiCode;
|
2011-07-22 18:48:22 +00:00
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
end.
|