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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user