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
This commit is contained in:
Przemysław Czerpak
2015-12-14 14:52:37 +01:00
parent 9e04ac8ad3
commit ce6d06f45c
2 changed files with 8 additions and 0 deletions

View File

@@ -10,6 +10,10 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
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
2015-12-14 14:34 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/hbproces.c
+ protect DosExecPgm() and standard file IO redirection in OS2 builds

View File

@@ -4,6 +4,10 @@ include $(TOP)$(ROOT)config/global.mk
ifneq ($(DYNDIRLIST_BASE),)
ifeq ($(HB_MT),no)
__HB_BUILD_DYN_ST := yes
endif
ifeq ($(__HB_BUILD_DYN_ST),yes)
DYNDIRLIST := $(DYNDIRLIST_BASE) src/vm
else