From 22cb46f12c6dc7b6622270f45a1eecdadc200740 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Thu, 7 Aug 2008 11:01:38 +0000 Subject: [PATCH] 2008-08-07 13:01 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/bin/hb-func.sh * excluded hbcplr library from harbour shared library --- harbour/ChangeLog | 4 ++++ harbour/bin/hb-func.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 124c137072..a9783889a9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-08-07 13:01 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/bin/hb-func.sh + * excluded hbcplr library from harbour shared library + 2008-08-07 12:55 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/harbour-ce-spec * harbour/harbour-w32-spec diff --git a/harbour/bin/hb-func.sh b/harbour/bin/hb-func.sh index 30674dd4d6..f763ac0610 100755 --- a/harbour/bin/hb-func.sh +++ b/harbour/bin/hb-func.sh @@ -457,7 +457,7 @@ else HARBOUR_LIBS="\${HARBOUR_LIBS} -L\${HB_BIN_INSTALL} -l\${l}" fi fi - libs="gtalleg hbdebug profiler ${hb_libsc}" + libs="gtalleg hbdebug profiler hbcplr ${hb_libsc}" fi for l in \${libs} do @@ -641,7 +641,7 @@ mk_hblibso() for l in ${hb_libs} do case $l in - hbdebug|profiler|hbfm|hbodbc|gtalleg|rddads) ;; + hbdebug|profiler|hbcplr|hbfm|hbodbc|gtalleg|rddads) ;; *) ls="lib${l}.a" if [ -f lib${l}mt.a ]