InstallationSupportPackage.config
Copyright Ó 1990, 1991, 1992 by Xerox Corporation. All rights reserved.
Chauser, January 3, 1991 11:33 am PST
Willie-s, March 3, 1992 1:25 pm PST
Michael Plass, November 6, 1992 11:08 am PST
InstallationSupportPackage: CONFIGURATION
IMPORTS CardTab, CardTabBackdoor, InstallationSupportPrivate, RefTab, RefTabBackdoor, RuntimeError, UXStrings, Rope, Checksum
EXPORTS ALL
STATIC REQUESTS "StartTrapImpl.o", "UnboundTrapImpl.o", "InstallationSupportExtras.o"
n.b. InstallationScopesImpl must be started before anything else!
CONTROL InstallationScopesImpl, InstallationTypesImpl
= BEGIN
InstallationTypesImpl;
InstallationScopesImpl;
END.