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