BugBane.config
Russ Atkinson, June 22, 1983 6:07 pm
DIRECTORY
DebugTab: FROM "PPDebugTab",
MesaTab: FROM "PPMesaTab";
BugBane: CONFIG LINKS: CODE
IMPORTS
from Cedar
AMBridge, AMEvents, AMModel, AMModelBridge, AMModelLocation, AMTypes, AMViewerOps, Convert, Commander, FastBreak, Graphics, GraphicsOps, PrintTV, Rope, VersionMapDefaults, WorldVM,
from Pilot
Frame, Process, ProcessOperations, Runtime, System, Time, UserTerminal,
from BugBane (InterpreterPackage)
BBAction, BBBreak, BBBugOut, BBContext, BBDisableBreaks, BBFocus, BBSafety, BBZones,
from Viewers & Tioga
Buttons, Icons, Labels, Menus, TypeScript, VFonts, ViewerOps, ViewersStallNotifier
EXPORTS
BBAction, BBBreak, BBFocus, BBNub, BBObjectLocation, BBDisableBreaks, BBVForUserExec, BBVOps, StallWatcher, VMenus
CONTROL
BBNubImpl,
BBFocusImpl,
BBActionImpl,
BBBreakImpl,
BBObjectLocationImpl,
BBDisableBreaksImpl,
VMenusImpl,
BBVOpsImpl,
BBVExec,
StallWatcherImpl,
SpecialCache
= BEGIN
BBNubImpl;
BBFocusImpl;
BBActionImpl;
BBBreakImpl;
BBObjectLocationImpl;
BBDisableBreaksImpl;
VMenusImpl;
BBVOpsImpl;
BBVExec;
StallWatcherImpl;
SpecialCache
END.