home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / scnote / hiermnus.005 / HierMenus.make next >
Text File  |  1988-08-17  |  878b  |  37 lines

  1. #
  2. #    Apple Macintosh Developer Technical Support
  3. #
  4. #    Hierarchical Menu Example Application
  5. #
  6. #    HierMenus
  7. #
  8. #    HierMenus.make    -    Make Source
  9. #
  10. #    Copyright ⌐ 1988 Apple Computer, Inc.
  11. #    All rights reserved.
  12. #
  13. #    Versions:    1.0                    8/88
  14. #
  15. #    Components:    HierMenus.p            August 1, 1988
  16. #                HierMenus.r            August 1, 1988
  17. #                HierMenus.make        August 1, 1988
  18. #
  19. #    This  program is a simple example of how to use hierarchical menus
  20. #    in your application.
  21. #
  22. #    See Sample and TESample for the general structure and MultiFinder
  23. #    techniques that we recommend that you use when building a new application.
  24. #
  25.  
  26. PObjs        = HierMenus.p.o ╢
  27.                 "{Libraries}"Runtime.o ╢
  28.                 "{Libraries}"Interface.o ╢
  29.                 "{PLibraries}"PasLib.o
  30.  
  31. HierMenus    ── {PObjs} HierMenus.make
  32.         Link -o {Targ} {PObjs}
  33.         SetFile {Targ} -t APPL -c '????'
  34.  
  35. HierMenus    ── HierMenus.r HierMenus.make
  36.         Rez -rd -o {Targ} HierMenus.r -append
  37.