From 7c9a68d39b1a1657e7a2e1dccc236bef50db2b24 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 21 Jun 2008 23:44:44 +0000 Subject: [PATCH] 2008-06-22 01:42 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbwhat32/Makefile ! Fixed to compile using GNU make system. This contrib needs xhb header in order to compile. (solved with an ugly hack) [TOMERGE 1.0.0RC1] --- harbour/ChangeLog | 7 +++++++ harbour/contrib/hbwhat32/Makefile | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 381e9a6a4c..5dfaed5cf7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,13 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-06-22 01:42 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbwhat32/Makefile + ! Fixed to compile using GNU make system. This + contrib needs xhb header in order to compile. + (solved with an ugly hack) + [TOMERGE 1.0.0RC1] + 2008-06-22 00:36 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbmysql/mysql.c ! Fixed GCC warning. diff --git a/harbour/contrib/hbwhat32/Makefile b/harbour/contrib/hbwhat32/Makefile index 535ca8c200..2ff5d2befe 100644 --- a/harbour/contrib/hbwhat32/Makefile +++ b/harbour/contrib/hbwhat32/Makefile @@ -83,6 +83,10 @@ PRG_HEADERS= \ LIBNAME=hbwhat32 +# This lib needs xhb headers to compile, and this is +# the hack to help Harbour find them. +PRG_USR := $(PRG_USR) -I../../../xhb + include $(TOP)$(ROOT)config/lib.cf endif