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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user