Apply same build options to Watcom one

This commit is contained in:
Nishi 2026-06-20 01:38:32 +09:00
commit 0184e70f04

View file

@ -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