2009-08-31 16:04 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/rtl/Makefile
    ! updated to work with new component detection syntax
This commit is contained in:
Przemyslaw Czerpak
2009-08-31 14:04:52 +00:00
parent 3443f401a2
commit 77589e310c
2 changed files with 6 additions and 5 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-31 16:04 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/Makefile
! updated to work with new component detection syntax
2009-08-31 15:46 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/config/detect.mk
* harbour/source/rtl/Makefile

View File

@@ -280,11 +280,8 @@ DIRS := \
gtwvt \
gtxwc \
ifeq ($(HB_HAS_TCP),yes)
HB_CFLAGS += -DHB_HAS_TCP
ifneq ($(HB_INC_TCP),)
HB_CFLAGS += -I$(HB_INC_TCP)
endif
ifneq ($(HB_HAS_TCP),)
HB_CFLAGS += -DHB_HAS_TCP $(foreach d,$(HB_HAS_TCP),-I$(d))
endif
include $(TOP)$(ROOT)config/lib.mk