#!/bin/csh # # savesys-xlib -- build a saved executable in bin/new-lucid-clx-haskell # # cd $Y2 setenv PRELUDEBIN $Y2/progs/prelude/lucid if !(-e $PRELUDEBIN/Prelude.sbin) then echo "Build the prelude first, stupid..." exit endif setenv CLXFILE /cs/licensed/sclisp-4.0/windows-x.sbin setenv LIBRARYBIN $Y2/progs/lib/bin/lucid if !(-e $LIBRARYBIN/xlib.sbin) then echo "Build the xlib stuff first, silly..." exit endif $LUCID <