2009-07-28 14:37 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/gtcrs/Makefile
* disabled from OS2 builds - if someone knows OS2 curses port then
he can try to reenable it and update gtcrs code to compile with it.
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-07-28 14:37 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/rtl/gtcrs/Makefile
|
||||
* disabled from OS2 builds - if someone knows OS2 curses port then
|
||||
he can try to reenable it and update gtcrs code to compile with it.
|
||||
|
||||
2009-07-28 14:33 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/vm/hvmall.c
|
||||
! define INCL_* macros for OS2 builds which uses hvmall.c
|
||||
|
||||
@@ -22,6 +22,9 @@ endif
|
||||
ifeq ($(HB_WITHOUT_GTCRS),yes)
|
||||
HB_INC_CURSES =
|
||||
endif
|
||||
ifeq ($(HB_ARCHITECTURE),os2)
|
||||
HB_INC_CURSES =
|
||||
endif
|
||||
|
||||
HB_INC_CURSES_OK += $(foreach d, $(HB_INC_CURSES), $(if $(wildcard $(d)/curses.h),$(d),))
|
||||
HB_INC_CURSES_OK:=$(strip $(HB_INC_CURSES_OK))
|
||||
|
||||
Reference in New Issue
Block a user