CDCmosPackage.config
Copyright
© 1983, 1984 by Xerox Corporation. All rights reserved.
by Christian Jacobi, June 24, 1983 4:25 pm
last modified by Christian Jacobi, March 30, 1985 3:59:56 pm PST
CDCmosPackage:
CONFIGURATION
IMPORTS
Atom,
CD,
CDApplications,
CDAtomicObjects,
CDCallSpecific,
CDColors,
CDDefaults,
CDDefaultsExtras,
CDEvents,
CDExtras,
CDIO,
CDLRUCache,
CDOps,
CDOrient,
CDProperties,
CDRects,
CDSequencer,
CDStretchyExtras,
CDTipEtc,
CDValue, CDPanel,
CDViewer,
Commander,
IO,
Rope,
TerminalIO,
TokenIO
EXPORTS
CMos,
CMosContacts,
CMosTransistors
CONTROL
CMosImpl,
CMosContactsImpl,
CMosContactCommands,
CMosTransistorsImpl,
CMosTransistorCommands,
CMosPDif,
CMosBuriedContactsImpl,
CMosBuriedContactsCommands =
BEGIN
CMosImpl;
CMosTransistorsImpl;
CMosContactsImpl;
CMosContactCommands;
CMosTransistorCommands;
CMosPDif;
CMosBuriedContactsImpl;
CMosBuriedContactsCommands;
END.