* external/pcre/Makefile
! Missed update to reason text.
* contrib/hbblat/Makefile
* contrib/hbwin/Makefile
* source/rtl/gtdos/Makefile
* source/rtl/gtwin/Makefile
* source/rtl/gtos2/Makefile
* source/rtl/gtgui/Makefile
* source/rtl/gtwvt/Makefile
+ Indented.
+ Added skip reason.
20 lines
291 B
Makefile
20 lines
291 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../../../
|
|
|
|
include $(TOP)$(ROOT)config/global.mk
|
|
|
|
LIBNAME := gtgui
|
|
|
|
C_SOURCES := \
|
|
gtgui.c \
|
|
|
|
ifneq ($(filter $(HB_PLATFORM),win wce),)
|
|
include $(TOP)$(ROOT)config/lib.mk
|
|
else
|
|
HB_SKIP_REASON := platform not supported
|
|
include $(TOP)$(ROOT)config/none.mk
|
|
endif
|