From c8d3327e922b069db9a3600dc49b7787cc225a48 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Sat, 21 Apr 2007 15:32:35 +0000 Subject: fixed ARFLAGS for CodeWarrior build. --- lib/Makefile.netware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Makefile.netware b/lib/Makefile.netware index ad0a7fecc..51fb08e07 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -85,7 +85,7 @@ ifeq ($(CC),mwccnlm) LD = mwldnlm LDFLAGS = -nostdlib $(PRELUDE) $(OBJL) -o $@ -commandfile AR = mwldnlm -ARFLAGS = -type library -w nocmdline $(OBJS) -o +ARFLAGS = -nostdlib -type library -o LIBEXT = lib #RANLIB = CFLAGS += -msgstyle gcc -gccinc -inline off -opt nointrinsics -proc 586 -- cgit v1.2.3