Apply same build options to Watcom one
This commit is contained in:
parent
9083f3cb93
commit
0184e70f04
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue