do not enforce specific MS runtime

This commit is contained in:
Rainer Schuetze 2016-11-06 10:53:00 +01:00
parent bf2550fbc5
commit 2268f2063d

View file

@ -12,6 +12,9 @@ LIBFLAGS=/nologo
LDFLAGS=/nologo
O=.obj
# do not preselect a C runtime (extracted from the line above to make the auto tester happy)
CFLAGS=$(CFLAGS) /Zl
# variables
OBJS = adler32$(O) compress$(O) crc32$(O) deflate$(O) gzclose$(O) gzlib$(O) gzread$(O) \