From 125e1cbe7228b8e90d0bfde4c87ccd75ed4ce4a7 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Tue, 18 Aug 2009 10:01:38 +0000 Subject: [PATCH] 2009-08-18 12:01 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/make_gnu_xmingw.sh * harbour/make_gnu_xmingwce.sh * harbour/bin/hb-func.sh ! fixed HB_CCPATH setting to be compatible with .mk files and hb* scripts ! fixed links to harbour share libraries --- harbour/ChangeLog | 7 ++++++ harbour/bin/hb-func.sh | 43 +++++++++++++++++------------------- harbour/make_gnu_xmingw.sh | 10 ++++----- harbour/make_gnu_xmingwce.sh | 11 ++++----- 4 files changed, 37 insertions(+), 34 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0753c5a6ea..5d6a9f9416 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,13 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-18 12:01 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/make_gnu_xmingw.sh + * harbour/make_gnu_xmingwce.sh + * harbour/bin/hb-func.sh + ! fixed HB_CCPATH setting to be compatible with .mk files and hb* scripts + ! fixed links to harbour share libraries + 2009-08-17 10:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/wce/poccarm.mk * config/wce/msvcarm.mk diff --git a/harbour/bin/hb-func.sh b/harbour/bin/hb-func.sh index 88518e899e..c4dacea7de 100755 --- a/harbour/bin/hb-func.sh +++ b/harbour/bin/hb-func.sh @@ -119,7 +119,7 @@ mk_hbgetlibsctb() mk_hbtools() { - local name hb_pref hb_tool hb_libs hb_libsc hb_hbmkcfg hb_mkdef hb_gt_ori + local name hb_pref hb_tool hb_libs hb_libsc hb_hbmkcfg hb_mkdef hb_gt_ori hb_ccpath name=`get_solibname` hb_pref="$4" @@ -264,6 +264,9 @@ mk_hbtools() echo "libs=${hb_mkdef}gpm">> ${hb_hbmkcfg} fi + hb_ccpath="${HB_CCPATH%/}" + [ -z "${hb_ccpath}" ] || hb_ccpath="${hb_ccpath}${hb_path_separator}" + echo "Generating ${hb_tool}... " cat > ${hb_tool} <