2010-03-27 17:01 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
* Very small cleanup.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-03-27 17:01 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
* Very small cleanup.
|
||||
|
||||
2010-03-27 13:43 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbmisc/hbmisc.hbc
|
||||
+ Added now needed incpaths= option.
|
||||
|
||||
@@ -6346,7 +6346,7 @@ STATIC PROCEDURE HBC_ProcessAll( hbmk, lConfigOnly )
|
||||
LOCAL aCFGDirs
|
||||
|
||||
#if defined( __PLATFORM__UNIX )
|
||||
aCFGDirs := { GetEnv( "HOME" ) + "/.harbour/",;
|
||||
aCFGDirs := { GetEnv( "HOME" ) + "/.harbour",;
|
||||
"/etc/harbour",;
|
||||
DirAddPathSep( hb_DirBase() ) + "../etc/harbour",;
|
||||
DirAddPathSep( hb_DirBase() ) + "../etc",;
|
||||
|
||||
Reference in New Issue
Block a user