sys7.1-doc-wip/Toolbox/ScriptMgr/ScriptMgrExtHead.a
2019-07-27 22:37:48 +08:00

54 lines
1.5 KiB
Plaintext

;
; File: ScriptMgrExtHead.a
;
; Contains: Header for patch file containing extensions for both ROM and RAM version
; of Script Manager.
;
; Written by: Peter Edberg
;
; Copyright: © 1989-1990 by Apple Computer, Inc., all rights reserved.
;
; Change History (most recent first):
;
; <2> 3/25/90 PKE Updated header to BBS format.
; <1> 12/18/89 CCH Adding for the first time into BBS. Changed include 'inc.sum.a'
; to load 'StandardEqu.d'. Updated file name references.
;
; (BBS versions above, EASE versions below)
; <1.0> 9/1/89 PKE Beginning of framework for 'ptch' resource 27, which contains
; 7.0 extensions for Script Mgr. This file and ScriptMgrExtTail.a
; replace SMgrExt.a.
;___________________________________________________________________________________________________
; To Do:
;
;___________________________________________________________________________________________________
blanks on
string asis
LOAD 'StandardEqu.d'
include 'ScriptPriv.a'
ptchID equ 27 ; per CCH.
; -----------------------------------------------------------------------------
CodeEntry Main export
Import SMgrInstallExt ; start of init code
bra.w SMgrInstallExt ; branch to initialization
dc.b 'ptch' ; resource type
dc.w ptchID ; resource number
dc.w smgrVersPriv ; version
EndMain
; -----------------------------------------------------------------------------
; resident code goes after here
END