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
|
2019-02-11 15:15:24 +00:00
|
|
|
zint, lbc_aztec, lbc_basic, lbc_datamatrix, lbc_helper, lbc_qr, lbc_reedsolomon, lbc_render, lbc_sjis;
|
2011-07-22 18:48:22 +00:00
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
end.
|