2009-07-11 18:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/dos/dir.cf
* config/win/global.cf
* config/win/dir.cf
* config/wce/dir.cf
* Some more sync. Now os2/win/wce dir.cfs are the same,
and they're almost the same as the dos one.
This commit is contained in:
@@ -17,6 +17,14 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-07-11 18:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* config/dos/dir.cf
|
||||
* config/win/global.cf
|
||||
* config/win/dir.cf
|
||||
* config/wce/dir.cf
|
||||
* Some more sync. Now os2/win/wce dir.cfs are the same,
|
||||
and they're almost the same as the dos one.
|
||||
|
||||
2009-07-11 17:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* config/dos/dir.cf
|
||||
* config/dos/install.cf
|
||||
|
||||
@@ -25,6 +25,7 @@ DIR_MAKE = $(subst /,\,$(MK))
|
||||
DIR_RULE = $(foreach file, $(DIR_LIST), $(dir_mk))
|
||||
|
||||
else # bash
|
||||
|
||||
DIR_LIST = $(subst \,/,$(DIRS))
|
||||
DIR_RULE =\
|
||||
@for d in $(DIR_LIST); do \
|
||||
|
||||
@@ -4,15 +4,17 @@
|
||||
|
||||
ifeq ($(PM),) # Only traverse directories if not compiling a specific module
|
||||
|
||||
ifeq ($(DIRS),) # Empty directory list
|
||||
|
||||
DIR_RULE = @echo Done
|
||||
|
||||
else
|
||||
|
||||
ifeq ($(SHLVL),) # non-bash
|
||||
|
||||
ifeq ($(DIRS),) # Empty directory list
|
||||
DIR_RULE = @echo Done
|
||||
else
|
||||
DIR_LIST = $(subst /,\,$(DIRS))
|
||||
DIR_MAKE = $(subst /,\,$(MK))
|
||||
DIR_LIST = $(subst /,\,$(DIRS))
|
||||
DIR_RULE = $(COMSPEC) /c for %d in ($(DIR_LIST)) do $(DIR_MAKE) -C %d $@
|
||||
endif # ! Empty directory list
|
||||
|
||||
else # bash
|
||||
|
||||
@@ -25,4 +27,6 @@ DIR_RULE =\
|
||||
|
||||
endif # ! non-bash
|
||||
|
||||
endif # ! Empty directory list
|
||||
|
||||
endif # ! compiling a specific program module
|
||||
|
||||
@@ -4,15 +4,17 @@
|
||||
|
||||
ifeq ($(PM),) # Only traverse directories if not compiling a specific module
|
||||
|
||||
ifeq ($(DIRS),) # Empty directory list
|
||||
|
||||
DIR_RULE = @echo Done
|
||||
|
||||
else
|
||||
|
||||
ifeq ($(SHLVL),) # non-bash
|
||||
|
||||
ifeq ($(DIRS),) # Empty directory list
|
||||
DIR_RULE = @echo Done
|
||||
else
|
||||
DIR_LIST = $(subst /,\,$(DIRS))
|
||||
DIR_MAKE = $(subst /,\,$(MK))
|
||||
DIR_LIST = $(subst /,\,$(DIRS))
|
||||
DIR_RULE = $(COMSPEC) /c for %d in ($(DIR_LIST)) do $(DIR_MAKE) -C %d $@
|
||||
endif # ! Empty directory list
|
||||
|
||||
else # bash
|
||||
|
||||
@@ -25,4 +27,6 @@ DIR_RULE =\
|
||||
|
||||
endif # ! non-bash
|
||||
|
||||
endif # ! Empty directory list
|
||||
|
||||
endif # ! compiling a specific program module
|
||||
|
||||
@@ -8,9 +8,9 @@ HB_GT_LIST=\
|
||||
gtcgi \
|
||||
gtpca \
|
||||
gtstd \
|
||||
gtwin \
|
||||
gtwvt \
|
||||
gtgui \
|
||||
gtwin \
|
||||
|
||||
# gtcrs \
|
||||
# gtsln \
|
||||
|
||||
Reference in New Issue
Block a user