2009-07-15 13:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/win/bcc.cf
    + Restored bash rules for bcc.
This commit is contained in:
Viktor Szakats
2009-07-15 11:44:39 +00:00
parent 862c0c5e92
commit d3fd9484c7
2 changed files with 13 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-15 13:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/win/bcc.cf
+ Restored bash rules for bcc.
2009-07-15 13:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* source/pp/Makefile
* config/rules.cf

View File

@@ -63,6 +63,8 @@ LDFLAGS = $(LINKPATHS)
AR = tlib.exe
ARFLAGS = /P64 $(HB_USER_AFLAGS)
ifeq ($(SHLVL),) # non-bash
# NOTE: The empty line below HAVE TO exist!
define lib_object
@echo -+$(subst /,\,$(file)) ^& >> __lib__.tmp
@@ -78,4 +80,11 @@ endef
AR_RULE = $(create_library)
else # bash
AROBJS = $(foreach file, $(^F), -+$(file))
AR_RULE = $(AR) $(ARFLAGS) "$(subst /,\,$(LIB_DIR)/$@)" $(AROBJS)
endif
include $(TOP)$(ROOT)config/rules.cf