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:
Viktor Szakats
2010-03-27 16:02:05 +00:00
parent f79cd743ca
commit 67e63c23f3
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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",;