From 3df2f1719f75cee47dfdfb998079d6b52fae578e Mon Sep 17 00:00:00 2001 From: nishi Date: Sat, 25 May 2024 15:52:58 +0000 Subject: [PATCH] change variables in watcom.mk git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@110 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- Platforms/watcom.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Platforms/watcom.mk b/Platforms/watcom.mk index 04424b0..dea4eff 100644 --- a/Platforms/watcom.mk +++ b/Platforms/watcom.mk @@ -1,10 +1,10 @@ # $Id$ CC = owcc -SHCC = /bin/true +SHCC = true AR = wlib AR_ARGS = -b -n -fo \$$@ -RANLIB = /bin/true +RANLIB = true LIB_PREFIX = LIB_SUFFIX = .dll EXEC_SUFFIX = .$(WATCOM_PLATFORM) -- 2.43.0