--ChipNDalePackage.config
--by Christian Jacobi August 15, 1983 4:42 pm
--last modified by Christian Jacobi December 13, 1983 4:35 pm
ChipNDalePackage: CONFIGURATION
IMPORTS
AMBridge, AMModel, AMTypes, Atom, Buttons, ColorMap, ColorWorld, Commander, CommandTool, Convert, FileNames, FS, Graphics, GraphicsOps, Icons, InputFocus, Interpreter, IO, Labels, List, Loader, MBQueue, NumberLabels, Process, ProcessProps, RefTab, Rope, RuntimeError, SafeStorage, SymTab, Terminal, TerminalExtras, TerminalIO, TIPUser, UserProfile, VFonts, ViewerEvents, ViewerOps, WindowManager, WorldVM
EXPORTS
CD,
CDApplications,
CDCallSpecific,
CDCells,
CDConditions,
CDDirectory,
CDDraw,
CDEvents,
CDExtras,
CDIO,
CDIOExtras,
CDLRUCache,
CDMark,
CDMarks,
CDObjectProcs,
CDOps,
CDCommands,
CDOrient,
CDPanel,
CDPrivate,
CDProperties,
CDRects,
CDRepetitions,
CDSequencer,
CDTechnology,
CDTexts,
CDValue,
CDViewer,
CDVPrivate,
TokenIO,
CDBusses
CONTROL
--crazy order:
CDEventsImpl,
CDPropertiesImpl,
CDOpsImpl,
CDImpl, -- starttraps CDValueImpl
--therefore must be really after CDOpsImpl and CDEventsImpl
CDLRUCacheImpl,
CDValueImpl, -- needs CDOpsImpl beeing initialized
CDCommandsImpl,
CDDrawImpl,
CDSequencerImpl,
CDObjectProcsImpl,
CDTechnologyImpl,
CDCallSpecificImpl,
CDDirectoryImpl,
CDCellsImpl,
CDRectsImpl,
CDApplicationsImpl,
CDOrientImpl,
CDPanelImpl,
CDVInit,
CDVDraw,
CDVMain,
CDVCommands,
CDWireAndSelectCommands,
CDCellCommands,
CDMoveCopyCommands,
CDParametrizedCommands,
CDDebug,
CDExtrasImpl,
CDExtraCommands,
CDStretchCommands,
CDVCursor,
CDViewerImpl,
CDParametrizedCommands,
CDColorsImpl,
CDRepetitionsImpl,
CDRepetitionCommands,
CDMarkImpl,
TokenIOImpl,
CDIn,
CDOut,
CDTextsImpl, --must be initialized after initialization of ReadEvent
CDBussesImpl,
CDSignalNamesImpl,
CDReferencesImpl,
CDConditionsImpl,
CDConditionsCommands,
CDIOCommands,
CDEmergencyHandling,
-- must be last, so everything else is initialized
CDStarter =
BEGIN
CDImpl;
CDPropertiesImpl;
CDEventsImpl;
CDValueImpl;
CDLRUCacheImpl;
CDTechnologyImpl;
CDObjectProcsImpl;
CDApplicationsImpl;
CDOrientImpl;
CDDrawImpl;
CDPanelImpl;
CDSequencerImpl;
CDMarksImpl;
CDOpsImpl;
CDCommandsImpl;
CDCallSpecificImpl;
CDDirectoryImpl;
CDCellsImpl;
CDVCommands;
CDVMain;
CDVInit;
CDVDraw;
CDVCursor;
CDViewerImpl;
CDRectsImpl;
CDTextsImpl;
CDDebug;
CDCellCommands;
CDWireAndSelectCommands;
CDMoveCopyCommands;
CDParametrizedCommands;
CDExtrasImpl;
CDExtraCommands;
CDStretchCommands;
CDParametrizedCommands;
CDColorsImpl;
CDRepetitionsImpl;
CDRepetitionCommands;
CDMarkImpl;
TokenIOImpl;
CDIn;
CDOut;
CDBussesImpl;
CDSignalNamesImpl;
CDReferencesImpl;
CDConditionsImpl;
CDConditionsCommands;
CDIOCommands;
CDEmergencyHandling;
CDStarter;
END.