2015-12-14 16:26 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* config/os2/watcom.mk
+ added -bd to Watcom C switches used to compile files for Harbour DLL.
It should fix the problem with OpenWatcom binaries using harbour.dll.
This commit is contained in:
@@ -2,7 +2,7 @@ OBJ_EXT := .obj
|
||||
LIB_PREF :=
|
||||
LIB_EXT := .lib
|
||||
|
||||
HB_DYN_COPT := -DHB_DYNLIB
|
||||
HB_DYN_COPT := -DHB_DYNLIB -bd
|
||||
|
||||
ifeq ($(HB_BUILD_MODE),cpp)
|
||||
CC := wpp386
|
||||
|
||||
Reference in New Issue
Block a user