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