2009-09-11 03:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* source/rtl/gtxwc/Makefile
  * source/rtl/gtcrs/Makefile
  * source/rtl/gtsln/Makefile
    + Added skip reason.
This commit is contained in:
Viktor Szakats
2009-09-11 01:53:20 +00:00
parent 57103a49b8
commit 5f8a108fc0
4 changed files with 9 additions and 0 deletions

View File

@@ -17,6 +17,12 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-09-11 03:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* source/rtl/gtxwc/Makefile
* source/rtl/gtcrs/Makefile
* source/rtl/gtsln/Makefile
+ Added skip reason.
2009-09-11 03:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* external/pcre/Makefile
! Missed update to reason text.

View File

@@ -30,5 +30,6 @@ ifneq ($(HB_HAS_CURSES),)
include $(TOP)$(ROOT)config/lib.mk
else
HB_SKIP_REASON := component not found
include $(TOP)$(ROOT)config/none.mk
endif

View File

@@ -30,5 +30,6 @@ ifneq ($(HB_HAS_SLANG),)
include $(TOP)$(ROOT)config/lib.mk
else
HB_SKIP_REASON := component not found
include $(TOP)$(ROOT)config/none.mk
endif

View File

@@ -17,5 +17,6 @@ ifneq ($(HB_HAS_X11),)
include $(TOP)$(ROOT)config/lib.mk
else
HB_SKIP_REASON := component not found
include $(TOP)$(ROOT)config/none.mk
endif