Nut.config
Created by: Butler on June 21, 1984 3:59:07 pm PDT
Last Edited by:
Butler, July 11, 1984 11:47:14 am PDT
Nuts: CONFIGURATION LINKS: CODE
IMPORTS
Atom, FS,
IO, MBQueue, Process, Rope, Rules,
Buttons,

Convert, PrincOpsUtils, ViewerLocks,
VM, IOClasses, UserProfile, Booting, List,
ViewerTools,

Icons, Labels, Menus, MessageWindow, Containers,
VFonts, ViewerOps, VirtualDesktops,

DB, DBEnvironment, PupDefs, EFTPDefs, PupStream,

NutViewer, SchemaNut, DBIcons, PressPrinter
EXPORTS
Nut, NutViewer, NutOps, DBIcons, PressPrinter, SchemaNut
CONTROL NutImpl, NutOpsImpl,
    NutViewerImpl,
    NutViewerMiscImpl,
    SchemaNutImpl, NutViewerWindowsImpl, DBIconsImpl,
    SchemaCopyImpl , PressPrinterImpl =
BEGIN
NutImpl;
NutViewerMiscImpl;
NutViewerImpl;
NutViewerWindowsImpl;
NutOpsImpl;
SchemaNutImpl;
SchemaCopyImpl;
DBIconsImpl;
PressPrinterImpl;
END.