2009-07-15 12:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/lib.cf
  * config/bin.cf
    * Minor cleanup.
This commit is contained in:
Viktor Szakats
2009-07-15 10:40:21 +00:00
parent b3ed7c67f0
commit 73f222b8de
3 changed files with 7 additions and 2 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-15 12:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/lib.cf
* config/bin.cf
* Minor cleanup.
2009-07-15 12:23 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/darwin/install.cf
* config/hpux/install.cf

View File

@@ -8,7 +8,7 @@ ifneq ($(HB_COMPILER),)
#no slash at the end
EXE_ARCH_DIR := $(TOP)$(ROOT)bin/$(HB_ARCHITECTURE)
#no slash at the end
EXE_DIR := $(EXE_ARCH_DIR)/$(HB_COMPILER)
EXE_DIR := $(TOP)$(ROOT)bin/$(ARCH_COMP)
include $(TOP)$(ROOT)config/global.cf
include $(TOP)$(ROOT)config/c.cf

View File

@@ -8,7 +8,7 @@ ifneq ($(HB_COMPILER),)
#no slash at the end
LIB_ARCH_DIR := $(TOP)$(ROOT)lib/$(HB_ARCHITECTURE)
#no slash at the end
LIB_DIR := $(LIB_ARCH_DIR)/$(HB_COMPILER)
LIB_DIR := $(TOP)$(ROOT)lib/$(ARCH_COMP)
include $(TOP)$(ROOT)config/global.cf
include $(TOP)$(ROOT)config/c.cf