home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / scnote / stdfile.018 / PStdFile.make < prev    next >
Encoding:
Text File  |  1989-04-02  |  833 b   |  40 lines

  1. #
  2. #    Apple Macintosh Developer Technical Support
  3. #
  4. #    Standard File Sample Application
  5. #
  6. #    StdFile
  7. #
  8. #    PStdFile.make    -    Make Source
  9. #
  10. #    Copyright ⌐ 1989 Apple Computer, Inc.
  11. #    All rights reserved.
  12. #
  13. #    Versions:    
  14. #                1.00                04/89
  15. #
  16. #    Components:
  17. #                StdFile.c            April 1, 1989
  18. #                StdFile.p            April 1, 1989
  19. #                StdFile.h            April 1, 1988
  20. #                StdFile.r            April 1, 1988
  21. #                StdFile.rsrc        April 1, 1988
  22. #                CStdFile.make        April 1, 1989
  23. #                PStdFile.make        April 1, 1988
  24. #
  25.  
  26. PObjs        = StdFile.p.o ╢
  27.         "{Libraries}"Runtime.o ╢
  28.         "{Libraries}"Interface.o ╢
  29.         "{PLibraries}"PasLib.o
  30.  
  31. PStdFile    ── {PObjs} PStdFile.make
  32.         Link -o {Targ} {PObjs}
  33.         SetFile {Targ} -t APPL -c 'MOOS' -a B
  34.  
  35. PStdFile    ── StdFile.r StdFile.h StdFile.rsrc PStdFile.make
  36.       Rez -rd -o {Targ} StdFile.r -append -d AppName='"PStdFile"'
  37.  
  38. StdFile.p.o    ── PStdFile.make
  39.  
  40.