mingw64 -- static link so it works without mingw64.

This commit is contained in:
Kelvin Sherlock 2017-01-06 11:27:49 -05:00
parent 717950b644
commit f1e7e0f0e3

View File

@ -9,6 +9,7 @@ OBJS = dumpobj.o disassembler.o zrdz_disassembler.o
ifeq ($(MSYSTEM),MINGW64)
OBJS += mingw/err.o
CPPFLAGS += -I mingw/
LDLIBS += -static
endif