+ contrib/hbzebra/qrcode.c
* contrib/hbzebra/hbzebra.ch
* contrib/hbzebra/hbzebra.hbp
* contrib/hbzebra/hbzebra.hbx
+ QR Code
; Christmas gift for Harbour project :)
; TODO: encoding optimisation using mode switching
* contrib/hbzebra/hbzebra.h
* contrib/hbzebra/core.c
+ hb_bitbuffer_buffer(), hb_bitbuffer_not(), hb_bitbuffer_cat_int_rev()
* formatting
* contrib/hbzebra/tests/testcair.prg
* contrib/hbzebra/tests/testhpdf.prg
* contrib/hbzebra/tests/testwin.prg
* updated to include QR Code
* contrib/hbzebra/datamtrx.c
* minor modification: code text support
33 lines
248 B
Plaintext
33 lines
248 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
-hblib
|
|
-inc
|
|
|
|
-o${hb_name}
|
|
|
|
-w3 -es2
|
|
|
|
-instfile=inc:hbzebra.ch
|
|
-instfile=inc:hbzebra.hbx
|
|
|
|
hbzebra.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
|