ReadCifPackage.config
Copyright © 1985 by Xerox Corporation. All rights reserved.
by Jim Gasbarro March 12, 1985 12:38:00 pm PST
Last Edited by: Gasbarro, July 24, 1985 3:12:04 pm PDT
Frank Bowers January 24, 1986 11:15:46 am PST
ReadCifPackage: CONFIGURATION
IMPORTS
-- expected to be already running
Atom, BasicTime, Commander, CommandTool, CD, CDCells, CDDirectory, CDIO, CDOps, CDPolygons, CDProperties, CDRects, CDViewer, CGArea, CGClipper, CGReducer, FS, IO, List, MessageWindow, Process, ReadCifUserCmd, Real, RealFns, Rope, TerminalIO
EXPORTS ReadCif
CONTROL
-- start these running
ReadCifImpl, CIFIODefsImpl, Polygon, NStripe, OutputMessage, Output, ParserInput, Partition, IntTrans, ParserTypes, IntUtilities, IntPhase1, CIFIntPhase2, ParserUtilities, ParserMain
= BEGIN
-- contents of this config
CIFIODefsImpl; Polygon; NStripe; OutputMessage; Output; ParserInput; Partition; IntTrans; ParserTypes; IntUtilities; IntPhase1; CIFIntPhase2; ParserUtilities; ParserMain; ReadCifImpl;
END.