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 0ba83392d4
1820 changed files with 1351740 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
;
; File: DrawTextShell.a
;
; Contains: xxx put contents here xxx
;
; Written by: xxx put writers here xxx
;
; Copyright: © 1990 by Apple Computer, Inc., all rights reserved.
;
; Change History (most recent first):
;
; <1> 8/2/90 gbm first checked in
;
; To Do:
;
;
; Goofy shell to include DrawText.a in for stand-alone assembly. This is so the
; brain-dead assembler will stop complaining about a missing END statement at the end of
; DrawText.a. Adding an END statement to DrawText won't work, because it is included
; in other files, and an END would prematurely stop the assembly.
;
INCLUDE 'DrawText.a'
END