mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-21 19:06:05 +00:00
version strings updated to 2.4.3
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# make clean cleans up a previous compilation and any object or editor files
|
||||
#
|
||||
|
||||
ZINT_VERSION:=-DZINT_VERSION=\"2.4.2\"
|
||||
ZINT_VERSION:=-DZINT_VERSION=\"2.4.3.0\"
|
||||
|
||||
|
||||
CC:= gcc -m32
|
||||
@@ -15,7 +15,7 @@ AR:= ar rc
|
||||
RANLIB:= ranlib
|
||||
INCLUDE:= -I/mingw/include
|
||||
CFLAGS:= -O2 -fms-extensions -mms-bitfields -fno-exceptions -fomit-frame-pointer -Wall
|
||||
LDFLAGS = -Wl,--major-image-version=2 -Wl,--minor-image-version=42
|
||||
LDFLAGS = -Wl,--major-image-version=2 -Wl,--minor-image-version=43
|
||||
RC:= windres
|
||||
RCFLAGS:= -v -F pe-i386 --define GCC_WINDRES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user