From 932edd00cddd7f1e04aed98feace15d964d416f5 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 20 Feb 2009 14:48:55 +0000 Subject: [PATCH] 2009-02-20 15:47 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * bin/hb-func.sh ! Two typos. - Disabled slang/ncurses lib stuff. * utils/hbmk2/hbmk2.prg ! Fixed to put a space after -o gcc option for darwin. ; This makes hbmk2 work under darwin (for basic cases). --- harbour/ChangeLog | 23 +++++--- harbour/bin/hb-func.sh | 14 ++--- harbour/utils/hbmk2/hbmk2.prg | 98 +++++++++++++++++++---------------- 3 files changed, 77 insertions(+), 58 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index dc2b6a5a43..68c7c6a934 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,14 +8,23 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ -2009-02-20 15:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) - * Makefile - * bin/postinst.bat - + bin/postinst.cmd - + Added postinst for OS/2. +2009-02-20 15:47 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * bin/hb-func.sh + ! Two typos. + - Disabled slang/ncurses lib stuff. - * utils/hbmk2/hbmk2.prg - * Minor in comment. + * utils/hbmk2/hbmk2.prg + ! Fixed to put a space after -o gcc option for darwin. + ; This makes hbmk2 work under darwin (for basic cases). + +2009-02-20 15:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * Makefile + * bin/postinst.bat + + bin/postinst.cmd + + Added postinst for OS/2. + + * utils/hbmk2/hbmk2.prg + * Minor in comment. 2009-02-20 15:13 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg diff --git a/harbour/bin/hb-func.sh b/harbour/bin/hb-func.sh index b1d786e11b..6e205f1e93 100755 --- a/harbour/bin/hb-func.sh +++ b/harbour/bin/hb-func.sh @@ -234,15 +234,15 @@ mk_hbtools() if [ -n "${CC_HB_USER_LDFLAGS}" ]; then echo "ldflags=${CC_HB_USER_LDFLAGS}">> ${hb_hbmkcfg} fi - if [ "\${HB_GPM_MOUSE}" = "yes" ]; then + if [ "${HB_GPM_MOUSE}" = "yes" ]; then echo "libs=gpm">> ${hb_hbmkcfg} - if - if [ -n "${HB_CRS_LIB}" ]; then - echo "libs=${HB_CRS_LIB}">> ${hb_hbmkcfg} - fi - if [ -n "${HB_SLN_LIB}" ]; then - echo "libs=${HB_SLN_LIB}">> ${hb_hbmkcfg} fi +# if [ -n "${HB_CRS_LIB}" ]; then +# echo "libs=${HB_CRS_LIB}">> ${hb_hbmkcfg} +# fi +# if [ -n "${HB_SLN_LIB}" ]; then +# echo "libs=${HB_SLN_LIB}">> ${hb_hbmkcfg} +# fi echo "Generating ${hb_tool}... " cat > ${hb_tool} <