From 66a3c6df4e4bcdb11031588a5d24409c0746d0b5 Mon Sep 17 00:00:00 2001 From: traits Date: Sun, 9 Oct 2011 17:25:44 +0800 Subject: [PATCH] Ref #63. Fixed generating DLL bug on ming-w64. --- exports/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exports/Makefile b/exports/Makefile index 08f4965..6905098 100644 --- a/exports/Makefile +++ b/exports/Makefile @@ -66,7 +66,7 @@ ifeq ($(BINARY32), 1) -lib /machine:i386 /def:libgoto2.def else $(DLLWRAP) -o ../$(LIBDLLNAME) --def libgoto2.def \ - --entry _dllinit -s dllinit.$(SUFFIX) --dllname $(@F) ../$(LIBNAME) $(FEXTRALIB) + --entry $(FU)dllinit -s dllinit.$(SUFFIX) --dllname $(@F) ../$(LIBNAME) $(FEXTRALIB) -lib /machine:X64 /def:libgoto2.def endif -- 2.7.4