Merge branch 'master' of git://qnap.local/wdcdumpobj

This commit is contained in:
Kelvin Sherlock 2017-01-07 22:18:19 -05:00
commit 498738d1a2

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