mirror of
https://github.com/elliotnunn/supermario.git
synced 2024-11-06 09:07:11 +00:00
20 lines
495 B
Makefile
20 lines
495 B
Makefile
#
|
|
# File: TrapDispatcher.make
|
|
#
|
|
# Contains: Makefile for TrapDispatcher.
|
|
#
|
|
# Written by: Kurt Clark, Chas Spillar, and Tim Nichols
|
|
#
|
|
# Copyright: © 1992 by Apple Computer, Inc., all rights reserved.
|
|
#
|
|
# Change History (most recent first):
|
|
#
|
|
#
|
|
|
|
"{ObjDir}Dispatch.a.o" ƒ "{ObjDir}StandardEqu.d" ∂
|
|
"{IntAIncludes}HardwarePrivateEqu.a" ∂
|
|
"{AIncludes}HardwareEqu.a" ∂
|
|
"{TrapDispDir}Dispatch.a"
|
|
Asm {StdAOpts} -o "{Targ}" "{TrapDispDir}Dispatch.a"
|
|
|