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