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