BringOverPackage.Config
last edit February 4, 1983 2:43 pm
last edit May 25, 1983 3:57 pm, Russ Atkinson
removed import of String, added export of UnsafeSTP
the configuration for the BringOver program, for use by
the file tool, cedar initialization, and Bringover.bcd
this config should be a CONTROL module in an outer config
some modules MUST have frame links because this package is in CedarRoot and CIFS and FileLookup are defined later.
BringOverPackage: CONFIG LINKS: CODE
IMPORTS CIFS, ConvertUnsafe, Date, DateAndTimeUnsafe, Directory,
File, FileLookup, FileStream, Heap, IO, KernelFile, LongString,
Process, Rope, RopeInline, Runtime,
Space, -- STP, STPOps, -- Stream,
Time, Transaction, UnsafeStorage, UserCredentialsUnsafe, UserTerminal,
Format, PupStream
EXPORTS BringOverCall, UnsafeSTP, UnsafeSTPOps, UnsafeSTPRubicon
CONTROL BringOverFrontEndImpl = {
BringOverFrontEndImpl;
BringOverImpl LINKS: FRAME;
DFParserImpl;
DFSubrImpl;
SubrImpl;
STPSubrImpl LINKS: FRAME;
CWFImpl;
FQImpl LINKS: FRAME;
UnsafeSTPs;
}.