home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
developm
/
scnote
/
popmenus.006
/
PopMenus.make
next >
Wrap
Text File
|
1988-08-17
|
962b
|
38 lines
#
# Apple Macintosh Developer Technical Support
#
# Pop-up Menu Example Application
#
# PopMenus
#
# PopMenus.make - Make Source
#
# Copyright ⌐ 1988 Apple Computer, Inc.
# All rights reserved.
#
# Versions: 1.0 8/88
#
# Components: PopMenus.p August 1, 1988
# PopMenus.r August 1, 1988
# PopMenus.make August 1, 1988
#
# This program is a simple example of how to use pop-up menus in your
# application. It implements a pop-up as a userItem in a modal dialog
# box (this is a helpful example in its own right!).
#
# See Sample and TESample for the general structure and MultiFinder
# techniques that we recommend that you use when building a new application.
#
PObjs = PopMenus.p.o ╢
"{Libraries}"Runtime.o ╢
"{Libraries}"Interface.o ╢
"{PLibraries}"PasLib.o
PopMenus ── {PObjs} PopMenus.make
Link -o {Targ} {PObjs}
SetFile {Targ} -t APPL -c '????'
PopMenus ── PopMenus.r PopMenus.make
Rez -rd -o {Targ} PopMenus.r -append