2009-02-22 18:33 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* bin/hb-func.sh
    ! Fixed stupid typos after testing on Linux.

  * contrib/examples/terminal/terminal.hbp
  * contrib/examples/terminal/trm_appn.hbm
    * Minor change.
This commit is contained in:
Viktor Szakats
2009-02-22 17:34:06 +00:00
parent 0d04b875e1
commit 0eea0e3932
4 changed files with 18 additions and 9 deletions

View File

@@ -8,6 +8,14 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-02-22 18:33 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* bin/hb-func.sh
! Fixed stupid typos after testing on Linux.
* contrib/examples/terminal/terminal.hbp
* contrib/examples/terminal/trm_appn.hbm
* Minor change.
2009-02-22 18:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbbtree/tests/test.hbm
* contrib/examples/guestbk/guestbk.hbm

View File

@@ -238,18 +238,18 @@ mk_hbtools()
echo "libs=gpm">> ${hb_hbmkcfg}
fi
if [ "${HB_WITHOUT_X11}" != "yes" ]; then
[ -d "/usr/X11R6/lib64" ] && echo "libpaths=/usr/X11R6/lib64>> ${hb_hbmkcfg}
echo "libpaths=/usr/X11R6/lib>> ${hb_hbmkcfg}
echo "libs=X11>> ${hb_hbmkcfg}
echo "inlibshared=gtxvc>> ${hb_hbmkcfg}
[ -d "/usr/X11R6/lib64" ] && echo "libpaths=/usr/X11R6/lib64">> ${hb_hbmkcfg}
echo "libpaths=/usr/X11R6/lib">> ${hb_hbmkcfg}
echo "libs=X11">> ${hb_hbmkcfg}
echo "inlibshared=gtxvc">> ${hb_hbmkcfg}
fi
if [ "${HB_WITHOUT_GTCRS}" != "yes" ]; then
echo "libs=${HB_CRS_LIB}>> ${hb_hbmkcfg}
echo "inlibshared=gtcrs>> ${hb_hbmkcfg}
echo "libs=${HB_CRS_LIB}">> ${hb_hbmkcfg}
echo "inlibshared=gtcrs">> ${hb_hbmkcfg}
fi
if [ "${HB_WITHOUT_GTSLN}" != "yes" ]; then
echo "libs=${HB_SLN_LIB}>> ${hb_hbmkcfg}
echo "inlibshared=gtsln>> ${hb_hbmkcfg}
echo "libs=${HB_SLN_LIB}">> ${hb_hbmkcfg}
echo "inlibshared=gtsln">> ${hb_hbmkcfg}
fi
echo "Generating ${hb_tool}... "

View File

@@ -3,5 +3,6 @@
#
{win}libs=gtwvg hbwin xhb comdlg32 comctl32 shell32 ole32 oleaut32
prgflags=-n
mt=yes
gui=yes

View File

@@ -2,4 +2,4 @@
# $Id$
#
-n trm_appn.prg terminal.prg
trm_appn.prg terminal.prg