#!/bin/csh -f
# makes an xgsh config
cp $1.cnf xxx.c
cc -c -I../../icons -I../../include -I/usr/include xxx.c
mv xxx.o $1.xgs
echo "Config is in file" $1.xgs
echo "It must be copied to CONFLIB"
rm -f  xxx.c
