mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-01 11:29:27 +00:00
56 lines
2.0 KiB
Plaintext
56 lines
2.0 KiB
Plaintext
|
;
|
|||
|
; File: StandardEqu.a
|
|||
|
;
|
|||
|
; Contains: standard dump of common includes
|
|||
|
;
|
|||
|
; Copyright: <09> 1986-1993 by Apple Computer, Inc., all rights reserved.
|
|||
|
;
|
|||
|
; Change History (most recent first):
|
|||
|
;
|
|||
|
; <SM4> 2/20/93 SAM Added TrapsPrivate.a to the list. Sorry about that full
|
|||
|
; build...
|
|||
|
; <SM3> 10/28/92 SWC Updated filenames to reflect name changes.
|
|||
|
; <SM2> 5/17/92 kc Include PowerEqu.a instead of PowerPriveEqu.a.
|
|||
|
; <8> 12/26/91 RB Include PowerPrivEqu.a for PowerMgr definitions.
|
|||
|
; <7> 8/26/91 JSM Cleanup header.
|
|||
|
; <6> 6/12/91 LN added #include 'SysPrivateEqu.a'
|
|||
|
; <5> 1/30/91 gbm sab, #38: Change the <20>already including this file<6C> variable to
|
|||
|
; all uppercase (for security reasons)
|
|||
|
; <4> 7/11/90 gbm Darin was right, it wasn't a good idea
|
|||
|
; <2> 12/28/89 dba add nil, false, and true; not necessarily a good idea
|
|||
|
; 11/19/89 CCH took out the "dontload" support, assuming MPW is fixed.
|
|||
|
; <1.0> 11/9/88 CCH Adding to EASE.
|
|||
|
; <1.2> 10/27/88 PKE Modified by Carl Hewitt and Brian McGhie in the process of
|
|||
|
; putting the Script Manager in ROM
|
|||
|
; 9/29/88 CCH added "dontLoad" support to override inc.sum.d because of a
|
|||
|
; strange bug in MPW
|
|||
|
; <<3C>1.1> 9/29/88 CCH Added ability to switch between LOADing dump files and
|
|||
|
; INCLUDEing includes.
|
|||
|
; <1.0> 9/23/88 CCH Adding file for the first time.
|
|||
|
; <C183> 9/29/86 BBM two of the include files (private.a & sysequ.a) needed to be
|
|||
|
; modified to support other machines.
|
|||
|
; <C143> 8/5/86 BBM {nfiles}StandardEqu.a (new today)
|
|||
|
;
|
|||
|
|
|||
|
INCLUDE 'FSEqu.a'
|
|||
|
FSPNonPortable: EQU 1
|
|||
|
INCLUDE 'FSPrivate.a'
|
|||
|
PrNonPortable: EQU 1
|
|||
|
INCLUDE 'Private.a'
|
|||
|
INCLUDE 'Quickdraw.a'
|
|||
|
INCLUDE 'Script.a'
|
|||
|
INCLUDE 'SysEqu.a'
|
|||
|
INCLUDE 'SysPrivateEqu.a'
|
|||
|
wholeErrors: EQU 1
|
|||
|
INCLUDE 'SysErr.a'
|
|||
|
INCLUDE 'ToolUtils.a'
|
|||
|
INCLUDE 'Timer.a'
|
|||
|
INCLUDE 'InternalOnlyEqu.a'
|
|||
|
INCLUDE 'Power.a'
|
|||
|
INCLUDE 'Traps.a'
|
|||
|
INCLUDE 'TrapsPrivate.a'
|
|||
|
|
|||
|
DUMP 'StandardEqu.d' ; make a dump file
|
|||
|
|
|||
|
END
|