Bring in CubeE sources

Resource forks are included only for .rsrc files. These are DeRezzed into their data fork. 'ckid' resources, from the Projector VCS, are not included.

The Tools directory, containing mostly junk, is also excluded.
This commit is contained in:
Elliot Nunn
2017-09-17 17:09:04 +08:00
commit 5b0f0cc134
1820 changed files with 1351740 additions and 0 deletions
+53
View File
@@ -0,0 +1,53 @@
;
; 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