1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-19 21:50:29 +00:00

fixed ARFLAGS for CodeWarrior build.

This commit is contained in:
Gunter Knauf
2007-04-21 15:32:35 +00:00
parent 5e98ddf313
commit afa85a5529

View File

@ -1,7 +1,7 @@
#################################################################
# $Id$
#
## Makefile for building libares (NetWare version - gnu make)
## Makefile for building libcares (NetWare version - gnu make)
## Use: make -f Makefile.netware
##
## Comments to: Guenter Knauf http://www.gknw.de/phpbb
@ -72,7 +72,7 @@ ifeq ($(CC),mwccnlm)
LD = mwldnlm
LDFLAGS = -nostdlib $(PRELUDE) $(OBJEXE) $(<:.def=.o) -o $@ -commandfile
AR = mwldnlm
ARFLAGS = -type library -w nocmdline $(OBJDIR)/*.o -o
ARFLAGS = -nostdlib -type library -o
LIBEXT = lib
#RANLIB =
CFLAGS += -msgstyle gcc -gccinc -inline off -opt nointrinsics -proc 586