2009-07-15 17:01 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/global.cf
+ Added OBJ_BASE. (empty yet)
* config/dos/global.cf
* config/win/global.cf
* config/linux/global.cf
* config/os2/global.cf
* config/wce/global.cf
* Minor tweak to retain "chain of command".
This commit is contained in:
@@ -17,6 +17,17 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-07-15 17:01 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* config/global.cf
|
||||
+ Added OBJ_BASE. (empty yet)
|
||||
|
||||
* config/dos/global.cf
|
||||
* config/win/global.cf
|
||||
* config/linux/global.cf
|
||||
* config/os2/global.cf
|
||||
* config/wce/global.cf
|
||||
* Minor tweak to retain "chain of command".
|
||||
|
||||
2009-07-15 16:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* config/global.cf
|
||||
+ Added new shell detection logic (not used yet)
|
||||
|
||||
@@ -18,7 +18,7 @@ ifeq ($(SHLVL),) # non-bash
|
||||
# The MAKE requires '/' in filenames (OBJ_DIR) however some compilers
|
||||
# and some DOS commands require '\' (OBJ_DIR_OS)
|
||||
OBJ_DIR = $(ARCH_COMP)
|
||||
OBJ_DIR_OS = $(subst /,\,$(ARCH_COMP))
|
||||
OBJ_DIR_OS = $(subst /,\,$(OBJ_DIR))
|
||||
LIB_DIR_OS = $(subst /,\,$(LIB_DIR))
|
||||
LIB_ARCH_DIR_OS = $(subst /,\,$(LIB_ARCH_DIR))
|
||||
LIB_FILE_OS = $(subst /,\,$(LIB_FILE))
|
||||
|
||||
@@ -23,6 +23,7 @@ all: ; @echo Error: GNU Make version $(MAKE_VERSION) found, $(need) or upper nee
|
||||
else
|
||||
|
||||
GRANDP = ../../
|
||||
OBJ_BASE :=
|
||||
ARCH_COMP := $(HB_ARCHITECTURE)/$(HB_COMPILER)
|
||||
|
||||
# Directory separator default
|
||||
|
||||
@@ -13,7 +13,7 @@ HB_GT_LIBS=\
|
||||
ifeq ($(SHLVL),) # non-bash
|
||||
|
||||
OBJ_DIR = $(ARCH_COMP)
|
||||
OBJ_DIR_OS = $(subst /,\,$(ARCH_COMP))
|
||||
OBJ_DIR_OS = $(subst /,\,$(OBJ_DIR))
|
||||
LIB_DIR_OS = $(subst /,\,$(LIB_DIR))
|
||||
LIB_ARCH_DIR_OS = $(subst /,\,$(LIB_ARCH_DIR))
|
||||
LIB_FILE_OS = $(subst /,\,$(LIB_FILE))
|
||||
|
||||
@@ -13,7 +13,7 @@ HB_GT_LIBS=\
|
||||
ifeq ($(SHLVL),) # non-bash
|
||||
|
||||
OBJ_DIR = $(ARCH_COMP)
|
||||
OBJ_DIR_OS = $(subst /,\,$(ARCH_COMP))
|
||||
OBJ_DIR_OS = $(subst /,\,$(OBJ_DIR))
|
||||
LIB_DIR_OS = $(subst /,\,$(LIB_DIR))
|
||||
LIB_ARCH_DIR_OS = $(subst /,\,$(LIB_ARCH_DIR))
|
||||
LIB_FILE_OS = $(subst /,\,$(LIB_FILE))
|
||||
|
||||
@@ -26,7 +26,7 @@ ifeq ($(SHLVL),) # non-bash
|
||||
# The MAKE requires '/' in filenames (OBJ_DIR) however some compilers
|
||||
# and some DOS commands require '\' (OBJ_DIR_OS)
|
||||
OBJ_DIR = $(ARCH_COMP)
|
||||
OBJ_DIR_OS = $(subst /,\,$(ARCH_COMP))
|
||||
OBJ_DIR_OS = $(subst /,\,$(OBJ_DIR))
|
||||
LIB_DIR_OS = $(subst /,\,$(LIB_DIR))
|
||||
LIB_FILE_OS = $(subst /,\,$(LIB_FILE))
|
||||
EXE_DIR_OS = $(subst /,\,$(EXE_DIR))
|
||||
|
||||
@@ -22,7 +22,7 @@ ifeq ($(SHLVL),) # non-bash
|
||||
# The MAKE requires '/' in filenames (OBJ_DIR) however some compilers
|
||||
# and some DOS commands require '\' (OBJ_DIR_OS)
|
||||
OBJ_DIR = $(ARCH_COMP)
|
||||
OBJ_DIR_OS = $(subst /,\,$(ARCH_COMP))
|
||||
OBJ_DIR_OS = $(subst /,\,$(OBJ_DIR))
|
||||
LIB_DIR_OS = $(subst /,\,$(LIB_DIR))
|
||||
LIB_FILE_OS = $(subst /,\,$(LIB_FILE))
|
||||
EXE_DIR_OS = $(subst /,\,$(EXE_DIR))
|
||||
|
||||
Reference in New Issue
Block a user