home *** CD-ROM | disk | FTP | other *** search
Text File | 2002-01-01 | 641 b | 32 lines | [TEXT/MPS ] |
- #
- # Apple Macintosh Developer Technical Support
- #
- # MultiFinder-Aware Simple TextEdit Sample Application
- #
- # KeyScript
- #
- # KeyScript.make - Make Source
- #
- # Copyright © 1989 Apple Computer, Inc.
- # All rights reserved.
- #
- # Versions:
- # 1.00 08/88
-
-
-
- PObjs = KeyScript.p.o ∂
- KeyScriptGlue.a.o ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{PLibraries}"PasLib.o
-
- KeyScript ƒƒ {PObjs} KeyScript.make
- Link -sym 'On ' -o {Targ} {PObjs}
- SetFile {Targ} -t APPL -c 'MOOT' -a B
-
- KeyScript ƒƒ KeyScript.r KeyScript.h KeyScript.make
- Rez -rd -append -o {Targ} KeyScript.r
-
- KeyScript.p.o ƒƒ KeyScript.p KeyScript.make
-