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 ":"
This commit is contained in:
Przemyslaw Czerpak
2008-07-22 23:04:50 +00:00
parent 344830d5f9
commit 360923f47c
2 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -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"