2010-02-03 21:59 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
+ Added {HB_TEMPDIR} macro which is replaced with HB_DIRTEMP() value.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-02-03 21:59 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
+ Added {HB_TEMPDIR} macro which is replaced with HB_DIRTEMP() value.
|
||||
|
||||
2010-02-03 20:59 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
+ Enabled -workdir option for non -inc modes.
|
||||
|
||||
@@ -6652,6 +6652,8 @@ STATIC FUNCTION MacroProc( hbmk, cString, cFileName, cMacroPrefix )
|
||||
cMacro := PathSepToSelf( FN_NameGet( cFileName ) ) ; EXIT
|
||||
CASE "HB_CURDIR"
|
||||
cMacro := hb_pwd() ; EXIT
|
||||
CASE "HB_TEMPDIR"
|
||||
cMacro := hb_DirTemp() ; EXIT
|
||||
CASE "HB_PLAT"
|
||||
CASE "HB_PLATFORM"
|
||||
CASE "HB_ARCH" /* Compatibility */
|
||||
|
||||
Reference in New Issue
Block a user