2016-03-28 13:09 UTC+0200 Viktor Szakats (vszakats users.noreply.github.com)

* config/dyn.mk
  * config/win/mingw.mk
  * src/dynlib/2nd/Makefile
  * src/dynlib/Makefile
  + src/harbour.def
    + use .def file to specify public symbols of harbour.dll
      for more details, see:
         f238e5f81f
         b2c9e4a63b
    ; NOTE: please make sure to add any new public (HB_EXPORT)
            symbols to this list. Ordinals are not significant
            ATM so the best is to keep alphabetical order.
This commit is contained in:
Viktor Szakats
2016-03-28 13:13:29 +02:00
parent 3b77191f9f
commit b5182e2aec
6 changed files with 3837 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ ifneq ($(DYNDIRLIST_BASE),)
DYNDIRLIST := $(DYNDIRLIST_BASE) src/vm
endif
DYNNAME := $(HB_DYNLIB_BASE_2ND)
DEFNAME := $(TOP)$(ROOT)src/harbour.def
include $(TOP)$(ROOT)config/dyn.mk

View File

@@ -14,6 +14,7 @@ ifneq ($(DYNDIRLIST_BASE),)
DYNDIRLIST := $(DYNDIRLIST_BASE) src/vm/vmmt
endif
DYNNAME := $(HB_DYNLIB_BASE)
DEFNAME := $(TOP)$(ROOT)src/harbour.def
include $(TOP)$(ROOT)config/dyn.mk