From 0f02c19ad3d3ff0d27ae5436414072fe36518555 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 25 Nov 2009 08:38:43 +0000 Subject: [PATCH] 2009-11-25 09:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * -bm watcom option disabled for linux to get in sync with GNU Make system. --- harbour/ChangeLog | 9 +++++++-- harbour/utils/hbmk2/hbmk2.prg | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a43e2585c3..eb4c7996d4 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-11-25 09:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * utils/hbmk2/hbmk2.prg + * -bm watcom option disabled for linux to get in sync with + GNU Make system. + 2009-11-25 03:24 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/fm.c * removed not longer used HVM stack pointer variables @@ -50,13 +55,13 @@ * contrib/hbide/ideactions.prg * contrib/hbide/idemisc.prg * contrib/hbide/hbide.prg - + Added ZoomIn, ZoomOut toolbar buttons for in-place zoom-in/out + + Added ZoomIn, ZoomOut toolbar buttons for in-place zoom-in/out text decoration. Very handy visualization. + Implemented undo/redo/cut/copy/paste/select all/to upper/to lower/invert case/ icons. ! Fixed many artifacts. Please play with the tool and report back your experiences. - + 2009-11-24 16:57 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/fscopy.c ! Fixed to use the same file opening method as in __COPYFILE(). diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index 8829fe8868..fb5e5f0a39 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -2762,7 +2762,7 @@ FUNCTION hbmk( aArgs, /* @ */ lPause ) cOpt_Lib := "-q {FA} {OL} {LO}{SCRIPT}" cLibLibExt := cLibExt cLibObjPrefix := "-+ " - IF hbmk[ _HBMK_lMT ] .AND. hbmk[ _HBMK_cPLAT ] $ "linux|win|os2" + IF hbmk[ _HBMK_lMT ] .AND. hbmk[ _HBMK_cPLAT ] $ "win|os2" AAdd( hbmk[ _HBMK_aOPTC ], "-bm" ) ENDIF IF hbmk[ _HBMK_cPLAT ] == "win"