Hercules.config (ex Juno.config)
Last Edited by: Gnelson, October 11, 1983 9:42 pm
Last Edited by: Stolfi, February 23, 1984 6:26:49 pm PST
Hercules: CONFIGURATION
IMPORTS
Real,
RealFns,
Terminal,
IOClasses,
SirPress,
Rope,
Carets,
VFonts,
Process,
TIPUser,
MessageWindow,
ViewerOps,
GraphicsOps,
Graphics,
InputFocus,
IO,
Cursors,
WindowManager,
Atom,
Convert,
ViewRec,
RefText,
GraphicsToPress,
GraphicsToPressPrivate,
TiogaOps
EXPORTS
HerculesButtons
CONTROL
HerculesStorageImpl,
HerculesImageImpl,
HerculesGraphicsImpl,
HerculesParserPackage,
HerculesTop,
HerculesGerm =
BEGIN
-- ViewRecImpl;
-- GraphicsToPressPackage;

HerculesParserPackage;
HerculesStorageImpl;
HerculesImageImpl;
HerculesBodyImpl;
HerculesSolverImpl;
JunoKeyboardImpl;
HerculesGraphicsImpl;
HerculesAlgebraImplB;
HerculesTop;
HerculesGerm;
END.