<<--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, BasicTime, Buttons, ColorMap, ColorWorld, Commander, CommandTool, Convert, FileNames, FS, Graphics, GraphicsOps, Icons, InputFocus, Interminal, 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, CDCommandOps, 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, CDCommandOpsImpl, CDVInit, CDVDraw, CDVMain, CDVCommands, CDBasicCommands, CDSelectCommands, CDCellCommands, CDMoveCopyCommands, CDMenuCommands, CDDebug, CDExtrasImpl, CDExtraCommands, CDStretchCommands, CDVCursor, CDViewerImpl, CDColorsImpl, CDRepetitionsImpl, CDRepetitionCommands, CDMarkImpl, TokenIOImpl, CDIn, CDOut, CDTextsImpl, --must be initialized after initialization of ReadEvent CDBussesImpl, CDSignalNamesImpl, CDReferencesImpl, CDConditionsImpl, CDConditionsCommands, CDIOCommands, CDSplitWireCommands, 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; CDCommandOpsImpl; CDVCommands; CDVMain; CDVInit; CDVDraw; CDVCursor; CDViewerImpl; CDRectsImpl; CDTextsImpl; CDDebug; CDCellCommands; CDBasicCommands; CDSelectCommands; CDMoveCopyCommands; CDMenuCommands; CDExtrasImpl; CDExtraCommands; CDStretchCommands; CDColorsImpl; CDRepetitionsImpl; CDRepetitionCommands; CDMarkImpl; TokenIOImpl; CDIn; CDOut; CDBussesImpl; CDSignalNamesImpl; CDReferencesImpl; CDConditionsImpl; CDConditionsCommands; CDIOCommands; CDSplitWireCommands; CDEmergencyHandling; CDStarter; END.