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