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/allegro/savesys-xlib | 65 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100755 com/allegro/savesys-xlib (limited to 'com/allegro/savesys-xlib') diff --git a/com/allegro/savesys-xlib b/com/allegro/savesys-xlib new file mode 100755 index 0000000..c8443a3 --- /dev/null +++ b/com/allegro/savesys-xlib @@ -0,0 +1,65 @@ +#!/bin/csh +# +# savesys -- build a saved executable in bin/new-allegro-haskell +# +# +cd $Y2 +setenv PRELUDEBIN $Y2/progs/prelude/$ALLEGRODIR +if !(-e $PRELUDEBIN/Prelude.fasl) then + echo "Build the prelude first, stupid..." + exit + endif +setenv LIBRARYBIN $Y2/progs/lib/X11/$ALLEGRODIR +if !(-e $LIBRARYBIN/xlib.fasl) then + echo "Build the xlib stuff first, silly..." + exit + endif +$ALLEGRO <