mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2024-12-28 16:31:01 +00:00
4325cdcc78
Resource forks are included only for .rsrc files. These are DeRezzed into their data fork. 'ckid' resources, from the Projector VCS, are not included. The Tools directory, containing mostly junk, is also excluded.
25 lines
756 B
Makefile
25 lines
756 B
Makefile
#
|
|
# File: EDisk.make
|
|
#
|
|
# Contains: Makefile for EDisk.
|
|
#
|
|
# Written by: Kurt Clark, Chas Spillar, and Tim Nichols
|
|
#
|
|
# Copyright: © 1992 by Apple Computer, Inc., all rights reserved.
|
|
#
|
|
# Change History (most recent first):
|
|
#
|
|
# <SM2> 11/14/92 kc Change link option used to name segment from -sg to -sn.
|
|
|
|
|
|
"{RsrcDir}EDisk.rsrc" Ä "{ObjDir}EDiskDriver.a.o"
|
|
Link {StdLOpts} {StdAlign} -o "{Targ}" -sn Main=".EDisk" -rt DRVR=48 "{ObjDir}EDiskDriver.a.o"
|
|
|
|
|
|
"{ObjDir}EDiskDriver.a.o" Ä "{ObjDir}StandardEqu.d" ¶
|
|
"{AIncludes}HardwareEqu.a" ¶
|
|
"{AIncludes}SonyEqu.a" ¶
|
|
"{IntAIncludes}EDiskEqu.a" ¶
|
|
"{EDiskDir}EDiskDriver.a"
|
|
Asm {StdAOpts} -o "{Targ}" "{EDiskDir}EDiskDriver.a" -d SonyNonPortable=1
|