From 0184e70f042fe4398accb206f0f559162502a8bd Mon Sep 17 00:00:00 2001 From: Nishi Date: Sat, 20 Jun 2026 01:38:32 +0900 Subject: [PATCH] Apply same build options to Watcom one --- watcom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcom.sh b/watcom.sh index ea29c06..fe10c05 100755 --- a/watcom.sh +++ b/watcom.sh @@ -20,7 +20,7 @@ executable() { continue fi echo $i - owcc -Iinclude/sj3common -Iinclude/sj3core -bnt -c -o $i.obj $i || exit 1 + owcc -DUTF8 -DENGLISH -Iinclude/sj3common -Iinclude/sj3core -bnt -c -o $i.obj $i || exit 1 done owcc -bnt -o $N.exe src/$N/*.obj $2