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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user