diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-02-01 12:36:35 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-02-01 12:36:35 +0000 |
commit | 1f5fde99c0ddb097f7a4edc52958314c90ef38a9 (patch) | |
tree | 0b2b3328a2058b00a2de6b4c48aa1d1976c70556 /include/makeinclude | |
parent | f3ec3c8606f3103f29f50d5dce42a1de92816e11 (diff) | |
download | ATCD-1f5fde99c0ddb097f7a4edc52958314c90ef38a9.tar.gz |
ChangeLogTag: Sun Feb 01 12:36:11 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include/makeinclude')
-rw-r--r-- | include/makeinclude/build_lib.bor | 8 |
1 files changed, 7 insertions, 1 deletions
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 |