home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
linuxmafia.com 2016
/
linuxmafia.com.tar
/
linuxmafia.com
/
pub
/
linux
/
macos
/
ResEdit_2.1.3.sea.hqx
/
PExamples
/
MakeLDEF
< prev
next >
Wrap
Text File
|
1994-07-15
|
533b
|
28 lines
# MakeFile - Make instructions for the ResEdit ICON LDEF.
#
# Copyright Apple Computer, Inc. 1986-1990
# All rights reserved.
#
# This makefile builds:
# The ICON Resource LDEF
#
OutFile = {buildToName}
obj = :obj:
source = :Source:
ResEditLibraries = ::Libraries:
LDEFLibs = {obj}LDEF.a.o ╢
{obj}ResDisp.a.o
# Link for ICON LDEF
"{OutFile}" ── {obj}ICON.LDEF.p.o {LDEFLibs}
Link {LDEFLibs} ╢
{obj}ICON.LDEF.p.o ╢
-ra =resPurgeable -sg ICON -rt LDEF=128 ╢
-o "{OutFile}"
{obj} ─ {source} {ResEditLibraries}