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

* config/global.cf
    % Some more opt. Rules are very clean and simple now without 
      redundancy. In fact only one line has be changed to move 
      away bin/lib/obj workdirs. There are no more hidden 
      dependencies on the dir names or layout.
This commit is contained in:
Viktor Szakats
2009-08-01 19:01:37 +00:00
parent 65eefef98f
commit fd7f3d4a12
2 changed files with 9 additions and 4 deletions

View File

@@ -17,6 +17,13 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-01 21:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/global.cf
% Some more opt. Rules are very clean and simple now without
redundancy. In fact only one line has be changed to move
away bin/lib/obj workdirs. There are no more hidden
dependencies on the dir names or layout.
2009-08-01 20:56 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/global.cf
% Minor opt/cleanup.

View File

@@ -332,10 +332,8 @@ endif
export HB_ARCHITECTURE
export HB_COMPILER
ARCH_COMP := $(HB_ARCHITECTURE)/$(HB_COMPILER)
ifneq ($(HB_BUILD_NAME),)
ARCH_COMP := $(ARCH_COMP)$(subst \,/,$(HB_BUILD_NAME))
endif
ARCH_COMP := $(HB_ARCHITECTURE)/$(HB_COMPILER)$(subst \,/,$(HB_BUILD_NAME))
OBJ_DIR := obj/$(ARCH_COMP)
EXE_DIR := $(TOP)$(ROOT)bin/$(ARCH_COMP)
LIB_DIR := $(TOP)$(ROOT)lib/$(ARCH_COMP)