2017-09-13 17:02 UTC Viktor Szakats (vszakats users.noreply.github.com)
* config/dyn.mk
* sync a missed variable rename
This commit is contained in:
@@ -7,6 +7,10 @@
|
|||||||
Entries may not always be in chronological/commit order.
|
Entries may not always be in chronological/commit order.
|
||||||
See license at the end of file. */
|
See license at the end of file. */
|
||||||
|
|
||||||
|
2017-09-13 17:02 UTC Viktor Szakats (vszakats users.noreply.github.com)
|
||||||
|
* config/dyn.mk
|
||||||
|
* sync a missed variable rename
|
||||||
|
|
||||||
2017-09-13 14:39 UTC Viktor Szakats (vszakats users.noreply.github.com)
|
2017-09-13 14:39 UTC Viktor Szakats (vszakats users.noreply.github.com)
|
||||||
+ contrib/hbcomm/DEPRECATED.txt
|
+ contrib/hbcomm/DEPRECATED.txt
|
||||||
* contrib/hbgd/tests/counter.prg
|
* contrib/hbgd/tests/counter.prg
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ endif
|
|||||||
ifeq ($(HB_DYN_FROM_LIBS),yes)
|
ifeq ($(HB_DYN_FROM_LIBS),yes)
|
||||||
ALL_OBJS := $(subst /,$(DIRSEP),$(foreach lib,$(HB_DYN_LIBS),$(wildcard $(LIB_DIR)/$(LIB_PREF)$(lib)$(LIB_EXT))))
|
ALL_OBJS := $(subst /,$(DIRSEP),$(foreach lib,$(HB_DYN_LIBS),$(wildcard $(LIB_DIR)/$(LIB_PREF)$(lib)$(LIB_EXT))))
|
||||||
else
|
else
|
||||||
ALL_OBJS := $(subst /,$(DIRSEP),$(foreach dir,$(DYNDIRLIST),$(wildcard $(TOP)$(ROOT)$(dir)/$(OBJ_DIR)/*$(OBJ_DYN_POSTFIX)$(OBJ_EXT))))
|
ALL_OBJS := $(subst /,$(DIRSEP),$(foreach dir,$(DYNDIRLIST),$(wildcard $(TOP)$(ROOT)$(dir)/$(OBJ_DIR)/*$(OBJ_DYN_SUFFIX)$(OBJ_EXT))))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
first:: dirbase descend
|
first:: dirbase descend
|
||||||
|
|||||||
Reference in New Issue
Block a user