2009-03-01 17:05 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* config/win/bcc32.cf
! Fix to prev.
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-03-01 17:05 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* config/win/bcc32.cf
|
||||
! Fix to prev.
|
||||
|
||||
2009-03-01 16:05 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* config/win/bcc32.cf
|
||||
! Fixed to use response files with tlib, to avoid command line
|
||||
|
||||
@@ -70,14 +70,15 @@ LDFLAGS = $(LINKPATHS)
|
||||
|
||||
#Note: The empty line below HAVE TO exist!
|
||||
define lib_object
|
||||
echo -+ $(subst /,\,$(LIB_DIR)/$(file)) ^& >> __lib__.tmp
|
||||
echo -+$(subst /,\,$(file)) ^& >> __lib__.tmp
|
||||
|
||||
endef
|
||||
|
||||
define create_library
|
||||
echo $(subst /,\,$(LIB_DIR)/$@) > __lib__.tmp
|
||||
if exist __lib__.tmp del __lib__.tmp
|
||||
$(foreach file, $(^F), $(lib_object))
|
||||
$(AR) $(ARFLAGS) @__lib__.tmp
|
||||
echo -+>> __lib__.tmp
|
||||
$(AR) $(subst /,\,$(LIB_DIR)/$@) /P64 $(ARFLAGS) @__lib__.tmp
|
||||
endef
|
||||
|
||||
AR = tlib.exe
|
||||
|
||||
Reference in New Issue
Block a user