2011-05-02 01:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/make.hbs
    % normalize bin path (for *nix)
This commit is contained in:
Viktor Szakats
2011-05-01 23:34:10 +00:00
parent 22f746a11c
commit 8fbb6d658b
2 changed files with 6 additions and 0 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-05-02 01:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/make.hbs
% normalize bin path (for *nix)
2011-05-02 01:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
+ 'hbmk2 proj' will now build 'proj.hbp' if such file exists.

View File

@@ -83,6 +83,8 @@ PROCEDURE Main( ... )
#else
s_cBinDir := hb_DirBase()
#endif
/* For *nixes */
s_cBinDir := hb_PathNormalize( s_cBinDir )
/* Load list of projects */