Ref #63. Fixed generating DLL bug on ming-w64.

This commit is contained in:
traits 2011-10-09 17:25:44 +08:00
parent 57658a8c14
commit 66a3c6df4e
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ ifeq ($(BINARY32), 1)
-lib /machine:i386 /def:libgoto2.def -lib /machine:i386 /def:libgoto2.def
else else
$(DLLWRAP) -o ../$(LIBDLLNAME) --def libgoto2.def \ $(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 -lib /machine:X64 /def:libgoto2.def
endif endif