bcpl com/preload.b to preload
bcpl com/echo.b to echo
preload bcpl c echo

echo "First compile the bigender versions"
c bsb BOOT
c bsb BLIB
c bsb CLI
c bcb bcpl
c bcb c


echo "Now compile for the little ender versions"
c bsl BOOT
c bsl BLIB
c bsl CLI
c bcl bcpl
c bcl c

echo "Now compile the system files"
c bs BOOT
c bs BLIB
c bs CLI

echo "Compile the all the standard commands"
c bc abort
c bc bcpl
c bc bcpl2sial
c bc bcplxref
c bc c
c bc casech
c bc checksum
c bc sial-386
c bc sial-alpha
c bc sial-sasm
c bc delete
c bc detab
c bc echo
c bc edit
c bc fail
c bc input
c bc interpreter
c bc join
c bc lab
c bc logout
c bc makeinit
c bc map
c bc nlconv
c bc prefix
c bc preload
c bc procode
c bc prompt
c bc quit
c bc rast2ps
c bc raster
c bc rename
c bc rem
c bc skip
c bc stack
c bc stats
c bc type
c bc typehex
c bc unpreload




