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