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
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user