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:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user