: compile all the adventure routines and link them together
: uses split i/d, doesn't generate listings but does a map
:  specify -tr:none   to avoid getting the traceback
:  info compiled.   the binary should be stripped after
:  it is linked. to get the size down.....
cd /src/ad/prodo
f4p advent.f4p -c -nl 
: must have initad and admotd in same file when compiled
: oddity in f4p compiler with open statements!!!
cat initad.f4p admotd.f4p >newinitad.f4p
f4p newinitad.f4p -c -nl 
f4p rkb.f4p -c -nl
f4p asub.f4p iosub.f4p -c -nl 
macro ishft.mac
: link everything
linkall
