Last Edited by: teitelman, June 20, 1983 9:48 am
UserExecutive: CONFIGURATION LINKS: CODE
IMPORTS
AMBridge, AMEvents, AMEventsExtra, AMModel, AMTypes, Atom, BBAction, BBBreak, BBContext, BBEval, BBFocus, BBInterp, BBNub, BBObjectLocation, BBSafety, BBVForUserExec, BBVOps, Buttons, CedarSnapshot, CedarVersion, CIFS, Commander, CommandProcOps, Convert, ConvertUnsafe, DeskTops, Directory, Exec, File, FileIO, FileStream, GVBasics, GVNames, Heap, IconManager, Icons, InputFocus, IO, IOExtras, List, Loader, Menus, MessageWindow, PageFault, PilotSwitches, PPUtil, PrintTV, Process, ProcessProps, Resource, Rope, RopeInline, RTFiles, RTMiniModel, RTProcess, RTTypesBasic, RTTypesRemotePrivate, Runtime, SafeStorage, ShowTime, Spell, SymTab, System, TemporarySpecialExecOps, Time, TiogaExtraOps, TiogaMenuOps, TiogaOps, Transaction, TTYIO, TypeScript, UnsafeStorage, UserCredentials, UserProfile, VersionMapOps, VFonts, ViewerAbort, ViewerEvents, ViewerIO, ViewerLocks, ViewerOps, ViewersSnapshot, ViewerTools, WindowManager, WorldVM
EXPORTS
Exec, ExecOps, Generator, Spell, UserExec, UserExecExtras, UserExecPrivate, AMExtras, CommandProcOps, IOMisc, IconRegistry
CONTROL
IOMiscImpl, -- work around to avoid building a new boot file
IconRegistryImpl,
CommandProcOpsImpl,
BasicUserExecImpl,
SpellPackage,
UserExecImpl,
UserExecLogImpl,
ExecImpl,
UserExecUtilImpl,
UserExecRegCmdsImpl,
UserExecInterpImpl,
UserExecMiscImpl,
AMExtrasImpl,
DwimImpl,
UserExecMethodsImpl,
UserExecOpsImpl,
ViewerExecOpsImpl,
CompilerExecOpsImpl,
HistoryImpl,
UserExecConfirmImpl,
BBVExtrasImpl,
ActionAreasImpl,
ActionAreasOpsImpl,
StartUserExec
= BEGIN
IOMiscImpl; -- work around
IconRegistryImpl;
CommandProcOpsImpl;
BasicUserExecImpl;
UserExecImpl;
UserExecLogImpl;
ExecImpl;
UserExecUtilImpl;
UserExecRegCmdsImpl;
UserExecInterpImpl;
UserExecMiscImpl;
AMExtrasImpl;
DwimImpl;
UserExecMethodsImpl;
UserExecOpsImpl;
HistoryImpl;
SpellPackage;
ViewerExecOpsImpl;
CompilerExecOpsImpl;
UserExecConfirmImpl;
BBVExtrasImpl;
ActionAreasImpl;
ActionAreasOpsImpl;
StartUserExec;
END..