mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-05 23:30:34 +00:00
0ba83392d4
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.
35 lines
998 B
Plaintext
35 lines
998 B
Plaintext
;
|
|
; File: FinderPriv.a
|
|
;
|
|
; Contains: File types of alias files and other Finder/system things.
|
|
;
|
|
;
|
|
; Copyright: © 1990-1991 by Apple Computer, Inc., all rights reserved.
|
|
;
|
|
; Change History (most recent first):
|
|
;
|
|
; <6> 8/22/91 JSM Clean up header.
|
|
; <5> 6/18/91 JL Changing FinderInterface.a to Finder.a
|
|
; <4> 1/30/91 gbm sab, #38: Change the Ôalready including this fileÕ variable to
|
|
; all uppercase (for security reasons)
|
|
; <3> 1/19/91 PP (ngk) Move container alias type definitions to
|
|
; FinderInterface.a.
|
|
; <2> 12/14/90 ngk added constant for alias to application
|
|
; <1> 8/30/90 ngk first checked in
|
|
; <0> 8/30/90 ngk created from Finder:AliasFile.h
|
|
;
|
|
|
|
|
|
IF &TYPE('__INCLUDINGFINDERPRIV__') = 'UNDEFINED' THEN
|
|
__INCLUDINGFINDERPRIV__ SET 1
|
|
|
|
IF &TYPE('__INCLUDINGFINDER__') = 'UNDEFINED' THEN
|
|
INCLUDE 'Finder.a'
|
|
ENDIF
|
|
|
|
; fmap table mapping alias file type to icon ID's
|
|
rAliasTypeMapTable EQU (-16505)
|
|
|
|
ENDIF ; ...already included
|
|
|
|
|