mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-01 11:29:27 +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.
27 lines
660 B
R
27 lines
660 B
R
/*
|
|
File: AEDF.r
|
|
|
|
Contains: xxx put contents here xxx
|
|
|
|
Written by: xxx put writers here xxx
|
|
|
|
Copyright: © 1990, 1992 by Apple Computer, Inc., all rights reserved.
|
|
|
|
This file is used in these builds: BigBang
|
|
|
|
Change History (most recent first):
|
|
|
|
<SM2> 11/2/92 kc Add #if NewBuildSystem conditional to flag obsolete file.
|
|
<2> 3/15/91 Lai BM,#83128: Remove notification sicn for interacting with event
|
|
from another process.
|
|
<1> 9/7/90 Lai first checked in
|
|
|
|
To Do:
|
|
*/
|
|
|
|
|
|
#if !NewBuildSystem /* This file is obsolete */
|
|
|
|
include $$Shell("ObjDir")"AppleEventMgr.PACK.rsrc" 'PACK' (8);
|
|
|
|
#endif |