mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Ticket 132: add targets to mingw makefile. git wants to transform lf line endings in crlf, don't know why...
This commit is contained in:
parent
9684bdb556
commit
934d2d8bc8
@ -24,7 +24,9 @@ APP:=zint
|
||||
DLL:=$(APP).dll
|
||||
STATLIB:=lib$(APP).a
|
||||
|
||||
COMMON_OBJ:= common.o render.o png.o library.o ps.o large.o reedsol.o gs1.o svg.o
|
||||
COMMON_OBJ:= common.o render.o png.o library.o ps.o large.o reedsol.o gs1.o svg.o \
|
||||
hanxin.o mailmark.o dotcode.o codablock.o emf.o eci.o \
|
||||
raster.o tif.o gif.o pcx.o bmp.o
|
||||
ONEDIM_OBJ:= code.o code128.o 2of5.o upcean.o telepen.o medical.o plessey.o rss.o
|
||||
POSTAL_OBJ:= postal.o auspost.o imail.o
|
||||
TWODIM_OBJ:= code16k.o dmatrix.o pdf417.o qr.o maxicode.o composite.o aztec.o code49.o code1.o gridmtx.o
|
||||
|
Loading…
Reference in New Issue
Block a user