File: CrystalPackage.config
Copyright Ó 1987 by Xerox Corporation. All rights reserved.
Generates the Crystal program.
Last Edited by: Gasbarro October 17, 1985 11:55:41 am PDT
Christian Le Cocq April 29, 1987 4:36:01 pm PDT
Barth, February 17, 1986 3:06:19 pm PST
John Ousterhout December 13, 1983 4:19 pm
CrystalPackage: CONFIGURATION
IMPORTS
CDCommandOps,
CDOps,
CDProperties,
CoreClasses,
CoreFlat,
CoreOps,
CoreProperties,
FS,
IO,
Real,
RealFns,
RefTab,
Rope,
RopeHash,
SinixOps,
Sisyph,
TerminalIO,
WriteCapa
EXPORTS
Build, Globals
CONTROL
StagePoolImpl,
ModelImpl,
HashImpl,
BuildImpl,
MarkImpl,
FlowImpl,
PrintoutImpl,
DPrintImpl,
DelayImpl,
CheckImpl,
SlopeModelImpl,
Main,
CrystalCmds =
BEGIN
BuildImpl;
CheckImpl;
DelayImpl;
DPrintImpl;
FlowImpl;
HashImpl;
Main;
MarkImpl;
ModelImpl;
ParseImpl;
PrintoutImpl;
SlopeModelImpl;
StagePoolImpl;
CrystalCmds;
END.
Christian LeCocq April 15, 1986 1:42:06 pm PST
Sweep out the dust, reducing the number of packages involved. Cedarized the style.
changes to: IMPORTS, CONTROL