From f1e7e0f0e32d7a2140750189e00bd3999f515929 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Fri, 6 Jan 2017 11:27:49 -0500 Subject: [PATCH] mingw64 -- static link so it works without mingw64. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 470b22f..6db3f56 100644 --- a/Makefile +++ b/Makefile @@ -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