Files
harbour-core/contrib/hbzebra/hbzebra.hbp
Przemysław Czerpak 793bd0c4c7 2025-01-30 04:23 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* 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
2025-01-30 04:23:31 +01:00

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