diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7c8d263330..1d79cac3f5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +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 diff --git a/harbour/bin/hb-func.sh b/harbour/bin/hb-func.sh index e62236f096..ca963696d3 100755 --- a/harbour/bin/hb-func.sh +++ b/harbour/bin/hb-func.sh @@ -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"