home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / Developer Essentials Jul 90 / International System⁄HyperCard / KanjiTalk Toolkit / Sample Code / KeyScript / KeyScript.make < prev    next >
Encoding:
Text File  |  2002-01-01  |  641 b   |  32 lines  |  [TEXT/MPS ]

  1. #
  2. #    Apple Macintosh Developer Technical Support
  3. #
  4. #    MultiFinder-Aware Simple TextEdit Sample Application
  5. #
  6. #    KeyScript
  7. #
  8. #    KeyScript.make    -    Make Source
  9. #
  10. #    Copyright © 1989 Apple Computer, Inc.
  11. #    All rights reserved.
  12. #
  13. #    Versions:    
  14. #                1.00                08/88
  15.  
  16.  
  17.  
  18. PObjs    =    KeyScript.p.o ∂
  19.             KeyScriptGlue.a.o ∂
  20.             "{Libraries}"Runtime.o ∂
  21.             "{Libraries}"Interface.o ∂
  22.             "{PLibraries}"PasLib.o
  23.  
  24. KeyScript        ƒƒ {PObjs} KeyScript.make
  25.             Link -sym 'On ' -o {Targ} {PObjs}
  26.             SetFile {Targ} -t APPL -c 'MOOT' -a B
  27.  
  28. KeyScript        ƒƒ KeyScript.r KeyScript.h KeyScript.make
  29.             Rez -rd -append -o {Targ} KeyScript.r
  30.  
  31. KeyScript.p.o    ƒƒ KeyScript.p KeyScript.make
  32.