summaryrefslogtreecommitdiff
path: root/com/lucid/build-xlib
blob: 960bd1340da95c040c8500f9c82004ef4ebadcda (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/csh
#
# build-xlib -- recompile the xlib stuff
#
#
cd $Y2
setenv CLXFILE /cs/licensed/sclisp-4.0/windows-x.sbin
setenv LIBRARYBIN $Y2/progs/lib/bin/lucid
rm $LIBRARYBIN/xlib*.sbin
bin/haskell <<EOF
:(lcl:change-memory-management :expand 512)
:(load "\$CLXFILE")
:(setf *code-quality* 3)
:compile \$HASKELL_LIBRARY/X11/xlib
EOF