From 1f5fde99c0ddb097f7a4edc52958314c90ef38a9 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Sun, 1 Feb 2004 12:36:35 +0000 Subject: ChangeLogTag: Sun Feb 01 12:36:11 UTC 2004 Johnny Willemsen --- include/makeinclude/build_lib.bor | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'include/makeinclude') diff --git a/include/makeinclude/build_lib.bor b/include/makeinclude/build_lib.bor index e56088be672..a2df5312abc 100644 --- a/include/makeinclude/build_lib.bor +++ b/include/makeinclude/build_lib.bor @@ -44,7 +44,13 @@ all: $(TARGET) $(TARGET): $(OBJFILES) @$(MAKE_BINDIR) -@del $(TARGET) 2>NUL - $(AR) $(LIB_LFLAGS) $(TARGET) $(OBJFILES) + $(AR) -M < @&&! +VERBOSE +CREATE $@ +ADDMOD $(OBJFILES:\=/) +SAVE +END +! !endif !else !ifdef TARGET -- cgit v1.2.1