2009-04-21 04:19 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* utils/hbmk2/hbmk2.prg
    ! Fixed minor but fatal oversight in prev commit.
This commit is contained in:
Viktor Szakats
2009-04-21 02:19:58 +00:00
parent ace39f0fc1
commit 8d3b5783d5
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-04-21 04:19 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* utils/hbmk2/hbmk2.prg
! Fixed minor but fatal oversight in prev commit.
2009-04-20 21:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* utils/hbmk2/hbmk2.prg
! Fixed to find headers in originating file directory.

View File

@@ -746,6 +746,7 @@ FUNCTION hbmk( aArgs )
/* Finish detecting bin/lib/include dirs */
s_aLIBPATH := {}
s_aINCPATH := {}
IF Empty( s_cHB_BIN_INSTALL )
s_cHB_BIN_INSTALL := PathNormalize( s_cHB_INSTALL_PREFIX ) + "bin"
@@ -811,7 +812,6 @@ FUNCTION hbmk( aArgs )
s_aOPTRUN := {}
s_aRESSRC := {}
s_aRESCMP := {}
s_aINCPATH := {}
s_aINCTRYPATH := {}
s_aLIBUSER := {}
s_aLIBUSERGT := {}