btmux-0.6-rc3/doc/
btmux-0.6-rc3/event/
btmux-0.6-rc3/game/
btmux-0.6-rc3/game/maps/
btmux-0.6-rc3/game/mechs/
btmux-0.6-rc3/include/
btmux-0.6-rc3/misc/
btmux-0.6-rc3/python/
btmux-0.6-rc3/src/hcode/btech/
btmux-0.6-rc3/tree/
#	mux.config - constants for mux shell scripts
#
#	Change these variables as appropriate
#
BIN=./bin
TEXT=./text
DATA=./data
GAMENAME=netmux
OWNER=someone@somewhere.com
#	If you use compression, uncomment this and put the extension here.
#
#COMPRESSION=.gz
#
#	You should never need to change these.
#
NEW_DB=$GAMENAME.db.new$COMPRESSION
INPUT_DB=$GAMENAME.db$COMPRESSION
GDBM_DB=$GAMENAME.gdbm
CRASH_DB=$GAMENAME.db.CRASH
SAVE_DB=$GAMENAME.db.old$COMPRESSION
BACKUP_DB=$GAMENAME.db.bk
LOGNAME=$GAMENAME.log
SAVENAME=$GAMENAME.tar.Z