From fb016a1381bfb2dde55750061bf200b42daf1e13 Mon Sep 17 00:00:00 2001 From: nishi Date: Mon, 17 Jun 2024 23:47:32 +0000 Subject: [PATCH] make wlib quiet git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@323 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- Makefiles/Platforms/watcom.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0