From 3e8e50b939639f258d7a7cf1399d1897d98afd85 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 3 Jul 2008 10:42:01 +0000 Subject: [PATCH] 2008-07-03 12:40 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbcurl/Makefile * contrib/hbfimage/Makefile * contrib/hbhpdf/Makefile * contrib/rddads/Makefile ! Excluded from DOS builds. --- harbour/ChangeLog | 7 +++++++ harbour/contrib/hbcurl/Makefile | 5 +++++ harbour/contrib/hbfimage/Makefile | 5 +++++ harbour/contrib/hbhpdf/Makefile | 5 +++++ harbour/contrib/rddads/Makefile | 5 +++++ 5 files changed, 27 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index cc377ad851..d5159edff9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,13 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-07-03 12:40 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbcurl/Makefile + * contrib/hbfimage/Makefile + * contrib/hbhpdf/Makefile + * contrib/rddads/Makefile + ! Excluded from DOS builds. + 2008-07-03 11:55 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbcurl/hbcurl.c ! Fixed compile errors when compiled with some (but not all diff --git a/harbour/contrib/hbcurl/Makefile b/harbour/contrib/hbcurl/Makefile index 7ab73b7f63..da5315a4cd 100644 --- a/harbour/contrib/hbcurl/Makefile +++ b/harbour/contrib/hbcurl/Makefile @@ -6,6 +6,8 @@ ROOT = ../../ LIBNAME=hbcurl +ifneq ($(HB_ARCHITECTURE),dos) + ifeq ($(HB_INC_CURL),) HB_INC_CURL = /usr/include endif @@ -32,3 +34,6 @@ install:: else include $(TOP)$(ROOT)config/none.cf endif +else +include $(TOP)$(ROOT)config/none.cf +endif diff --git a/harbour/contrib/hbfimage/Makefile b/harbour/contrib/hbfimage/Makefile index 4b6e030a5c..967ffd3d32 100644 --- a/harbour/contrib/hbfimage/Makefile +++ b/harbour/contrib/hbfimage/Makefile @@ -6,6 +6,8 @@ ROOT = ../../ LIBNAME=hbfimage +ifneq ($(HB_ARCHITECTURE),dos) + ifeq ($(HB_INC_FREEIMAGE),) HB_INC_FREEIMAGE = /usr/include endif @@ -35,3 +37,6 @@ install:: else include $(TOP)$(ROOT)config/none.cf endif +else +include $(TOP)$(ROOT)config/none.cf +endif diff --git a/harbour/contrib/hbhpdf/Makefile b/harbour/contrib/hbhpdf/Makefile index 6caff2d548..822bbb9943 100644 --- a/harbour/contrib/hbhpdf/Makefile +++ b/harbour/contrib/hbhpdf/Makefile @@ -6,6 +6,8 @@ ROOT = ../../ LIBNAME=hbhpdf +ifneq ($(HB_ARCHITECTURE),dos) + ifeq ($(HB_INC_LIBHARU),) HB_INC_LIBHARU = /usr/include endif @@ -34,3 +36,6 @@ install:: else include $(TOP)$(ROOT)config/none.cf endif +else +include $(TOP)$(ROOT)config/none.cf +endif diff --git a/harbour/contrib/rddads/Makefile b/harbour/contrib/rddads/Makefile index e2f2603326..da87710b0f 100644 --- a/harbour/contrib/rddads/Makefile +++ b/harbour/contrib/rddads/Makefile @@ -6,6 +6,8 @@ ROOT = ../../ LIBNAME=rddads +ifneq ($(HB_ARCHITECTURE),dos) + ifeq ($(HB_INC_ADS),) HB_INC_ADS = /usr/local/ads/acesdk $(HOME)/ads/acesdk endif @@ -34,3 +36,6 @@ install:: else include $(TOP)$(ROOT)config/none.cf endif +else +include $(TOP)$(ROOT)config/none.cf +endif