CDNMosPackage.config
Copyright © 1983, 1985 by Xerox Corporation. All rights reserved.
by Christian Jacobi, June 24, 1983 4:25 pm
last modified by Christian Jacobi, March 19, 1986 12:53:25 pm PST
CDNMosPackage: CONFIGURATION
IMPORTS
CD,
CDCallSpecific,
CDColors,
CDCommandOps,
CDEvents,
CDIO,
CDLayers,
CDLRUCache,
CDOps,
CDOrient,
CDPanel,
CDSequencer,
CDSimpleRules,
CDStretchyExtras,
CDTipEtc,
CDValue,
CDViewer,
ColorMaps,
Commander,
FileNames,
IO,
Rope,
SymTab,
TerminalIO,
TokenIO
EXPORTS
NMos,
NMosContacts,
NMosTransistors
CONTROL
NMosImpl,
NMosContactsImpl,
NMosContactCommands,
NMosTransistorsImpl,
NMosTransistorCommands,
NMosSimpleRulesImpl =
--NMosTextCommands,
BEGIN
NMosImpl;
NMosTransistorsImpl;
NMosContactsImpl;
NMosContactCommands;
NMosTransistorCommands;
NMosSimpleRulesImpl;
--NMosTextCommands;
END.