2010-05-28 08:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbwin/hbolesrv.hbc
  * utils/hbmk2/hbmk2.prg
    * Renamed ${hb_filename} macro to ${hb_self}.

  * contrib/hbcomm/hbcomm.prg
    ! Typo in comment.
This commit is contained in:
Viktor Szakats
2010-05-28 06:19:26 +00:00
parent 90d09ead2d
commit 74ab6485b5
4 changed files with 11 additions and 3 deletions

View File

@@ -17,6 +17,14 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-05-28 08:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbwin/hbolesrv.hbc
* utils/hbmk2/hbmk2.prg
* Renamed ${hb_filename} macro to ${hb_self}.
* contrib/hbcomm/hbcomm.prg
! Typo in comment.
2010-05-28 08:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
+ Added ${hb_filename} macro.

View File

@@ -120,7 +120,7 @@ FUNCTION ISWORKING( nPort )
/* NOTE: INCOMPATIBILITY.
In contratry to original HBCOMM, here <cString> must be passed by reference.
HBCOMM could corrupt HVM because of it's buggy way of returning data.
HBCOMM could corrupt HVM because of its buggy way of returning data.
[vszakats] */
/* Fetch <nCount> chars into <cString> */
FUNCTION INCHR( nPort, nCount, /* @ */ cString )

View File

@@ -2,7 +2,7 @@
# $Id$
#
echo={!hbdynvm}Warning: Target must be '-hbdynvm' when using '${hb_filename}'. Input file ignored.
echo={!hbdynvm}Warning: Target must be '-hbdynvm' when using '${hb_self}'. Input file ignored.
skip={!hbdynvm}on
libs=hbwin.hbc

View File

@@ -7476,7 +7476,7 @@ STATIC FUNCTION MacroProc( hbmk, cString, cFileName, cMacroPrefix )
cMacro := FN_NameGet( DirDelPathSep( PathSepToSelf( FN_DirGet( cFileName ) ) ) ) ; EXIT
CASE "HB_NAME"
cMacro := PathSepToSelf( FN_NameGet( cFileName ) ) ; EXIT
CASE "HB_FILENAME"
CASE "HB_SELF"
cMacro := PathSepToSelf( cFileName ) ; EXIT
CASE "HB_CURDIR"
cMacro := hb_pwd() ; EXIT