Browse Source

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

tags/v0.1alpha2.5
traits 14 years ago
parent
commit
66a3c6df4e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      exports/Makefile

+ 1
- 1
exports/Makefile View File

@@ -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



Loading…
Cancel
Save