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.
This commit is contained in:
@@ -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().
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user