From 4e987026148fe65c323afbc93cd560c07bf06b3f Mon Sep 17 00:00:00 2001 From: Yale AI Dept Date: Wed, 14 Jul 1993 13:08:00 -0500 Subject: Import to github. --- com/lucid/savesys-xlib | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100755 com/lucid/savesys-xlib (limited to 'com/lucid/savesys-xlib') diff --git a/com/lucid/savesys-xlib b/com/lucid/savesys-xlib new file mode 100755 index 0000000..0d5a959 --- /dev/null +++ b/com/lucid/savesys-xlib @@ -0,0 +1,55 @@ +#!/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 <