#!/bin/csh
### --- The University of Birmingham 1999. ---------------------------------
### $poplocal/local/com/mkbpop
# Create bham.psv saved image which includes objectclass, rclib and other
# Birmingham stuff
# Author:           Aaron Sloman (17 Sep 1999) based on $popcom/mkstartup
# Documentation:
# Related Files:    LIB * STARTUP, OBJECTCLASS, RCLIB, RCMENU, MKBXVED
# 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

### Is -nonwriteable safe?
### Removed it. Mon Feb  6 16:38:10 GMT 1995

$popsys/basepop11 +$popsavelib/startup %nort %noinit \
    $popliblib/mkimage.p \
    -nodebug -install $poplocalbin/bham.psv \
    $poplocal/local/lib/prwarning.p \
    $poplocal/local/lib/emacsreadline.p \
    $poplocal/local/lib/vedscreendown.p \
                vedsun vedsunkeys_NOSUNVIEW  \
                vedxterm vedncdxtermkeys vedsunxtermkeys \
                vedxgotomouse \
                $poplocal/local/auto/ved_autosave.p \
                rc_graphic \
                objectclass \
                rclib \
                $poplocal/local/rclib/auto/rc_control_panel.p \
                rcmenulib

rm -f $poplocalbin/bham.psv-


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