mirror of
https://github.com/elliotnunn/boot3.git
synced 2024-12-22 10:30:32 +00:00
21 lines
621 B
Plaintext
21 lines
621 B
Plaintext
|
#
|
|||
|
# File: ADBMgr.make
|
|||
|
#
|
|||
|
# Contains: Makefile for ADB.
|
|||
|
#
|
|||
|
# Written by: Kurt Clark, Chas Spillar, and Tim Nichols
|
|||
|
#
|
|||
|
# Copyright: <09> 1992 by Apple Computer, Inc., all rights reserved.
|
|||
|
#
|
|||
|
# Change History (most recent first):
|
|||
|
#
|
|||
|
|
|||
|
"{LibDir}ADBMgr.lib" <09> "{ObjDir}StandardEqu.d" <09>
|
|||
|
"{AIncludes}HardwareEqu.a" <09>
|
|||
|
"{IntAIncludes}IOPEqu.a" <09>
|
|||
|
"{IntAIncludes}EgretEqu.a" <09>
|
|||
|
"{IntAIncludes}AppleDeskBusPriv.a" <09>
|
|||
|
"{IntAIncludes}ScriptPriv.a" <09>
|
|||
|
"{IntAIncludes}UniversalEqu.a" <09>
|
|||
|
"{ADBDir}ADBMgr.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{ADBDir}ADBMgr.a"
|