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:
@@ -10,6 +10,11 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
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.
|
||||
|
||||
2015-12-14 14:52 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/dynlib/Makefile
|
||||
! yet another fix for building harbour without MT support HB_MT=no
|
||||
|
||||
@@ -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