From: nishi Date: Mon, 17 Jun 2024 23:47:32 +0000 (+0000) Subject: make wlib quiet X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=fb016a1381bfb2dde55750061bf200b42daf1e13;p=dataworks.git make wlib quiet git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@323 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- diff --git a/Makefiles/Platforms/watcom.mk b/Makefiles/Platforms/watcom.mk index c3c5196..e686616 100644 --- a/Makefiles/Platforms/watcom.mk +++ b/Makefiles/Platforms/watcom.mk @@ -3,7 +3,7 @@ CC = owcc SHCC = true AR = wlib -AR_ARGS = -b -n -fo \$$@ +AR_ARGS = -q -b -n -fo \$$@ RANLIB = true LIB_PREFIX = LIB_SUFFIX = .dll