Fix sj3mkdic
This commit is contained in:
parent
145c203403
commit
80b2181a61
19 changed files with 29 additions and 68 deletions
10
watcom.sh
10
watcom.sh
|
|
@ -11,3 +11,13 @@ done
|
|||
find lib/sj3core -name "*.obj" | while read a; do
|
||||
echo "+$a"
|
||||
done | xargs wlib -q -b -fo -n sj3core.lib
|
||||
|
||||
for i in src/sj3mkdic/*.c; do
|
||||
if [ -f $i.obj ]; then
|
||||
continue
|
||||
fi
|
||||
echo $i
|
||||
owcc -Iinclude/sj3common -Iinclude/sj3core -bnt -c -o $i.obj $i || exit 1
|
||||
done
|
||||
|
||||
owcc -bnt -o sj3mkdic.exe src/sj3mkdic/*.obj
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue