1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-01 01:07:13 +00:00

Resolve Latin-1 in Code 128 bug

This commit is contained in:
hooper114
2009-11-09 09:18:08 +00:00
parent 35cacaef67
commit fdb6485ef1
6 changed files with 37 additions and 47 deletions

View File

@@ -7,10 +7,6 @@ zint:
$(MAKE) -C backend/
$(MAKE) -C frontend/
zint_noqr:
$(MAKE) NO_QR=true -C backend/
$(MAKE) -C frontend/
install:
$(MAKE) install -C backend/
$(MAKE) install -C frontend/