sys7.1-doc-wip/Toolbox/AliasMgr/AliasMgrPatch.a
2019-07-27 22:37:48 +08:00

45 lines
1.3 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;
; File: AliasMgrPatch.a
;
; Contains: Alias Manager linked patch.
;
; Written by: Prashant Patel and Jeff Miller
;
; Copyright: © 1990, 1992 by Apple Computer, Inc., all rights reserved.
;
; Change History (most recent first):
;
; <4> 6/2/92 JSM Move AliasMgrInstall to AliasMgr.a since it's used by both the
; ROM and System builds, and patch files shouldnt be used in the
; ROM build. This file now just does a MakePatch and is needed
; only by the System build.
; <3> 8/30/90 PP gestaltFolderMgrAttr is gestaltFindFolderAttr.
; gestaltFolderMgrPresent is gestaltFindFolderPresent.
; <2> 6/11/90 JSM Add missing END.
; <1> 5/10/90 JSM First checked in.
;
LOAD 'StandardEqu.d'
INCLUDE 'LinkedPatchMacros.a'
CASE OBJ
STRING ASIS
;
; The Alias Manager is installed on all ROM families
;
ROMs Plus,SE,II,Portable,IIci
;===============================================================================
;
; Install ALIAS as the Alias Manager trap. Link this in after AliasMgr.a so
; this will happen after the Alias Managers InstallProc is executed, although
; this isnt strictly necessary.
;
;===============================================================================
IMPORT ALIAS
MakePatch ALIAS,$A823
END