home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
developm
/
scnote
/
hiermnus.005
/
HierMenus.make
next >
Wrap
Text File
|
1988-08-17
|
878b
|
37 lines
#
# Apple Macintosh Developer Technical Support
#
# Hierarchical Menu Example Application
#
# HierMenus
#
# HierMenus.make - Make Source
#
# Copyright ⌐ 1988 Apple Computer, Inc.
# All rights reserved.
#
# Versions: 1.0 8/88
#
# Components: HierMenus.p August 1, 1988
# HierMenus.r August 1, 1988
# HierMenus.make August 1, 1988
#
# This program is a simple example of how to use hierarchical menus
# in your application.
#
# See Sample and TESample for the general structure and MultiFinder
# techniques that we recommend that you use when building a new application.
#
PObjs = HierMenus.p.o ╢
"{Libraries}"Runtime.o ╢
"{Libraries}"Interface.o ╢
"{PLibraries}"PasLib.o
HierMenus ── {PObjs} HierMenus.make
Link -o {Targ} {PObjs}
SetFile {Targ} -t APPL -c '????'
HierMenus ── HierMenus.r HierMenus.make
Rez -rd -o {Targ} HierMenus.r -append