mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 21:44:13 -04:00
Chnaged formatting and set "git config core.autocrlf false" to avoid warning that it will be transformed to crlf. No idea what it does.
This commit is contained in:
parent
934d2d8bc8
commit
eda3f4b114
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ 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 \
|
||||
hanxin.o mailmark.o dotcode.o codablock.o emf.o eci.o \
|
||||
raster.o tif.o gif.o pcx.o bmp.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…
Add table
Add a link
Reference in a new issue