#!/bin/csh
### --- The University of Birmingham 1999. ---------------------------------
### $poplocal/local/com/mkbxved
# Create bhamxved saved image which includes objectclass, rclib and other
# Birmingham stuff
# Author:           Aaron Sloman (19 Sep 1999) based on $popcom/mkxved
# Documentation:
# Related Files:    MKBPOP LIB * STARTUP, OBJECTCLASS, RCLIB, RCMENU
# Need emacsreadline for version of readline that works both for
# emacs users and for Ved users

# If necessary create $poplocalbin

if ( ! -d $poplocalbin ) mkdir $poplocalbin


$popsys/basepop11 +$popsavelib/startup +bham.psv %nort %noinit \
    $popliblib/mkimage.p \
    -nodebug -nonwriteable -install -entry xved_standalone_setup \
    $poplocalbin/bhamxved.psv \
    mkxved

rm -f $poplocalbin/bhamxved.psv-


# --- Revision History ---------------------------------------------------
#Removed these:
#                xplatform \
#    $poplocal/local/auto/vedsetwindow.p \
