Ref #63. Fixed generating DLL bug on ming-w64.
This commit is contained in:
parent
57658a8c14
commit
66a3c6df4e
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue