2007-10-24 16:07 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com)

* bin/hb-func.sh
    ! Fixed stupid typo that was removing cmp/lnk commands
This commit is contained in:
Teo Fonrouge
2007-10-24 21:07:08 +00:00
parent 32ae5f7eda
commit 0d5f52c8c5
2 changed files with 12 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-10-24 16:07 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com)
* bin/hb-func.sh
! Fixed stupid typo that was removing cmp/lnk commands
2007-10-24 15:32 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com)
* bin/hb-func.sh
* removed not longer needed "gharbour","harbour-link" references

View File

@@ -525,6 +525,13 @@ case "\${HB}" in
*cc)
hb_cc "\${P[@]}"
;;
*cmp)
hb_cmp "\${P[@]}"
;;
*lnk)
hb_link "\${P[@]}" && \\
( [ "\${HB_STRIP}" != "yes" ] || ${CCPREFIX}strip "\${FOUTE}" )
;;
*mk)
hb_cmp "\${P[@]}" && \\
hb_link "\${FOUTO}" && \\
@@ -544,7 +551,7 @@ mk_hblibso()
name=`get_solibname`
hb_rootdir="${1-.}"
hb_ver=`get_hbver "${hb_rootdir}"`
hb_libs=`mk_hbgetlibs "$2"`
[ -z "${HB_GT_LIB}" ] && HB_GT_LIB="gtstd"