#!/bin/csh # # savesys -- build a saved executable in bin/new-lispworks-haskell # # cd $Y2 setenv PRELUDEBIN $Y2/progs/prelude/lispworks if !(-e $PRELUDEBIN/Prelude.wfasl) then echo "Build the prelude first, stupid..." exit endif setenv LIBRARYBIN $Y2/progs/lib/X11/lispworks if !(-e $LIBRARYBIN/xlib.wfasl) then echo "Build the xlib stuff first, silly..." exit endif $LISPWORKS <