boot3/QuickDraw/DrawTextShell.a
Elliot Nunn 5b0f0cc134 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.
2017-12-26 10:02:57 +08:00

25 lines
625 B
Plaintext

;
; 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