* contrib/hbzebra/datamtrx.c
* added '#pragma GCC diagnostic ignored "-Warray-bounds"'
to disable GCC 12, 13 and 14 false warnings about array bounds for
static constant data
* contrib/hbzebra/hbzebra.hbp
* removed -Wno-error=array-bounds C compiler parameter used in all GCC
builds
26 lines
187 B
Plaintext
26 lines
187 B
Plaintext
-hblib
|
|
-inc
|
|
|
|
-o${hb_name}
|
|
|
|
-w3 -es2
|
|
|
|
${hb_name}.hbx
|
|
|
|
# Core
|
|
core.c
|
|
coredraw.c
|
|
|
|
# Barcodes
|
|
codabar.c
|
|
code11.c
|
|
code128.c
|
|
code39.c
|
|
code93.c
|
|
eanupc.c
|
|
itf.c
|
|
msi.c
|
|
pdf417.c
|
|
datamtrx.c
|
|
qrcode.c
|