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