From 4cd7ed0718445b87b9e83362be90caf831a25fe1 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Thu, 24 Jul 2008 16:43:45 +0000 Subject: [PATCH] 2008-07-24 18:43 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/make_xmingwce.sh * look for platform native hbpp also in default build paths --- harbour/ChangeLog | 4 ++++ harbour/make_xmingwce.sh | 2 ++ 2 files changed, 6 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 826485ce6a..424c47eca7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-07-24 18:43 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/make_xmingwce.sh + * look for platform native hbpp also in default build paths + 2008-07-24 18:02 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/hbinet.c ! fixed possible data file corruption due to wrong use of 0 handle. diff --git a/harbour/make_xmingwce.sh b/harbour/make_xmingwce.sh index 4a4b85c866..97fc2b75b1 100755 --- a/harbour/make_xmingwce.sh +++ b/harbour/make_xmingwce.sh @@ -94,6 +94,8 @@ fi if [ -z "${HB_PPGEN_PATH}" ]; then if which hbpp &> /dev/null; then HB_PPGEN_PATH=`which hbpp 2> /dev/null` + elif [ -x "${DIR}/source/pp/${HB_HOST_ARCH}/${HB_HOST_CC}/hbpp" ]; then + HB_PPGEN_PATH="${DIR}/source/pp/${HB_HOST_ARCH}/${HB_HOST_CC}/hbpp" else DIR=`dirname ${HB_COMP_PATH}` if [ -x "${DIR}/hbpp" ]; then