<> <> <> <> DIRECTORY Parser: FROM "BcdParser", Scanner: FROM "BcdScanner", TreePack: FROM "BcdTreePack"; Binder: CONFIG LINKS: CODE IMPORTS FileViewerOps, BasicTime, Commander, ConvertUnsafe, DebuggerSwap, FS, IO, Loader, ProcessExtras, ProcessorFace, RefText, Rope, SymbolTable, UnsafeStorage, UserProfile, VM CONTROL BcdControl = { InterfaceBinder: CONFIG IMPORTS Alloc, FileViewerOps, BasicTime, Commander, ConvertUnsafe, DebuggerSwap, FS, IO, Loader, OSMiscOps, ProcessExtras, RefText, Rope, SymbolTable, UnsafeStorage, UserProfile, VM EXPORTS BcdControl = { BcdComData; BcdControl; BcdTreeBuild; BcdSEBuild; BcdLoad; BcdBind; BcdWrite; CommandPack; Scanner; Parser; TreePack; HashTab; BcdParseData; BcdSymbolPack; BcdUtilities; BcdFileLookup; BcdLiteralsImpl; RCMapBuilderImpl; BcdDebug; BindErrors}; <> AllocImpl; OSMiscOpsImpl; <> InterfaceBinder; }.