mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-01 11:29:27 +00:00
0ba83392d4
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.
27 lines
640 B
Plaintext
27 lines
640 B
Plaintext
;-------------------------------------------------------------------------------
|
|
;
|
|
; Copyright.a
|
|
;
|
|
; Master file for the interfaces which require assembly language glue.
|
|
; This file "includes" the assembly language text for each of the libraries
|
|
; defined in the "Inside Macintosh" documentation.
|
|
;
|
|
; Copyright Apple Computer, Inc. 1984-1993
|
|
; All rights reserved.
|
|
;
|
|
|
|
|
|
blanks on
|
|
string asis
|
|
case obj
|
|
|
|
|
|
;-------------------------------------------------------------------------------
|
|
|
|
|
|
InterfaceCopyright proc
|
|
dc.b 'MPW Interface.o, 7 March 1990'
|
|
dc.b 'Copyright Apple Computer, Inc. 1984 - 1993'
|
|
|
|
end
|