-- File: Squirrel.config
-- Last edited by:
--   Cattell on June 2, 1983 5:27 pm
--   Willie-Sue on February 10, 1983 1:52 pm
--   Donahue on June 1, 1983 6:28 pm

Squirrel: CONFIGURATION LINKS: CODE
 IMPORTS
  Atom, CedarSnapshot, CIFS, CommandTool, DBIcons, DBFileAlpine, FileIO, Graphics,
  IO, MBQueue, Process, Rope, SafeStorage,
  System, UserExec, UserProfile, UserTerminal, VTables, Runtime, Buttons, DateAndTime,
  
  BcdOps, Convert, LongString, PilotLoadStateOps, String, Time, AMEvents, Directory, PageFault,
  Transaction, ViewerEvents, ViewerLocks,

  Cursors, InputFocus, IconManager, Icons, Labels, Menus, MessageWindow, Rules,
  TIPUser, VFonts, ViewerBLT, ViewerOps, ViewerIO, VirtualDesktops,
  TypeScript, WindowManager,

  DB, DBEnvironment, ShowPress
  
  EXPORTS Nut, NutViewer, NutOps, Whiteboard, DBNames, DBIcons, WhiteboardNutImpl

CONTROL SquirrelToolImpl, DBIconsImpl, DBNamesImpl,
			  NutImpl, NutOpsImpl, DomainNutImpl, RelationNutImpl, SchemaImpl,
			  WhiteboardNutImpl, WhiteboardToolImpl,
			  NutViewerMiscImpl, NutDefaultImpl =

BEGIN

-- Basic Nut manager
NutImpl;
NutPrivateImpl;
NutViewerMiscImpl;
NutViewerImpl;
NutOpsImpl;

-- Default displayer & editor
NutDefaultImpl;
TuplesEditorImpl;
EntityEditorImpl;
NoteEditorImpl;
VTablesImpl;
DBIconsImpl;

-- Data schema nut implementation
DomainNutImpl;
RelationNutImpl;
SchemaImpl;
SchemaCopyImpl;

-- Whiteboard nut implementation
WhiteboardNutImpl;
WhiteboardImpl;
WhiteboardToolImpl;

-- Squirrel window and associated functions
NutDumpImpl;
NutLoadImpl;
SquirrelToolImpl;

-- Handling cross segment references (will be superseded)
DBNamesImpl;

END.

Change log since June 1983:

By Cattell June 2, 1983 11:41 am: Merged with WBBrowser.config.