home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / scnote / popmenus.006 / PopMenus.make next >
Text File  |  1988-08-17  |  962b  |  38 lines

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