File: MicroD.config
Copyright © 1986 by Xerox Corporation. All rights reserved.
Willie-Sue, May 8, 1986 4:12:44 pm PDT
MicroD: CONFIGURATION LINKS: CODE
IMPORTS
Atom, BasicTime,
Commander, CommandTool,
FS, IO, List, Loader, RefTab, RefText, Rope,
ViewerIO,
ViewerOps,
VM,
MDOps
EXPORTS ALL
CONTROL
MDMainImpl, MDAListImpl, MDAssignRingImpl, MDDumpImpl, MDFixupJCNImpl, MDGlobalVarsImpl, MDInitImpl, MDLinkImpl, MDLoadBinImpl, MDOutputImpl, MDPlaceImpl, MDScanImpl, MDSymbolsImpl, MDTempImpl =
BEGIN
MDMainImpl;
MDAListImpl;
MDDumpImpl;
MDFixupJCNImpl;
MDGlobalVarsImpl;
MDAssignRingImpl;
MDInitImpl;
MDLinkImpl;
MDLoadBinImpl;
MDPlaceImpl;
MDOutputImpl;
MDScanImpl;
MDSymbolsImpl;
MDTempImpl;
END.