From 360923f47caadf8176f5328cc5d91967c8f4b6b9 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Tue, 22 Jul 2008 23:04:50 +0000 Subject: [PATCH] 2008-07-23 01:04 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/make_xmingwce.sh * fixed CCPATH setting - it has to be ended with ":" --- harbour/ChangeLog | 4 ++++ harbour/make_xmingwce.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6fb7ea51dd..c33158873b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-07-23 01:04 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/make_xmingwce.sh + * fixed CCPATH setting - it has to be ended with ":" + 2008-07-22 21:25 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbmzip/zip.c * harbour/contrib/hbmzip/unzip.c diff --git a/harbour/make_xmingwce.sh b/harbour/make_xmingwce.sh index 9e9a835005..4a4b85c866 100755 --- a/harbour/make_xmingwce.sh +++ b/harbour/make_xmingwce.sh @@ -45,8 +45,7 @@ export CC_PRG_USR export PRG_USR="$CC_PRG_USR $PRG_USR" # default cegcc instalation path -[ -z "$CCPATH" ] && \ -export CCPATH="/opt/mingw32ce/bin" +[ -z "$CCPATH" ] && CCPATH="/opt/mingw32ce/bin" export PATH="$CCPATH:$PATH" # cegcc executables prefix - this @@ -66,6 +65,7 @@ if [ -z "$CCPREFIX" ]; then fi fi +export CCPATH="${CCPATH}:" export HB_TOOLS_PREF="hbce" export HB_XBUILD="wce" export HB_HOST_BUILD="lib"