mirror of
https://github.com/elliotnunn/boot3.git
synced 2024-11-12 06:06:30 +00:00
63 lines
2.7 KiB
Plaintext
63 lines
2.7 KiB
Plaintext
|
#
|
|||
|
# File: DeleteObsolete
|
|||
|
#
|
|||
|
# Contains: Script to delete a user's local copies of obsolete files
|
|||
|
#
|
|||
|
# Note: You <20>must<73> execute an ObsoleteProjectorFile command for every file you
|
|||
|
# add to this script to obsolete all revisions of the file from the project.
|
|||
|
# Otherwise, people will just keep checking out and deleting the file on
|
|||
|
# their hard disk. Using ObsoleteProjectorFile instead of DeleteRevisions allows
|
|||
|
# named revisions to work even though a file was obsoleted.
|
|||
|
#
|
|||
|
# This script is specifically made for the SuperMario project, it should
|
|||
|
# it should never be rolled back into Reality.
|
|||
|
#
|
|||
|
# Written by: Jeff Miller, based on Reality version
|
|||
|
#
|
|||
|
# Copyright: <09> 1992-1993 by Apple Computer, Inc. All rights reserved.
|
|||
|
#
|
|||
|
# Change History (most recent first):
|
|||
|
#
|
|||
|
# <SM14> 12/21/93 JDR deleted RTCOMP6to1.A, ACE.Sony.3.a, ACE.Sony.6.a,
|
|||
|
# ACE.Sony.JumpTable.a
|
|||
|
# <SM13> 12/1/93 chp Delete SerialDMAINIT.make (debug version now builds from main
|
|||
|
# dependencies). Delete DMAMgrEqu.a and DMAMgr.a (useless little
|
|||
|
# utility routines for Quadra 840/660AV never shipped).
|
|||
|
# <SM12> 11/29/93 JDR deleted ACE.main.c
|
|||
|
# <SM11> 10/15/93 BT Delete MemoryMgrPriv.h from FigmentSources<65>. Now we use the real
|
|||
|
# one in Internal<61>.
|
|||
|
# <SM10> 10/9/93 SAM Roll in from mc900ftjesus.
|
|||
|
# <MC2> 10/9/93 SAM Removed all the old sound mgr files. Added
|
|||
|
# AppleTalk.ROM.PDM.RSRC.
|
|||
|
# <SM9> 9/10/93 SAM Removing {make}System: because its not used and totally bogus.
|
|||
|
# <SM8> 8/6/93 JDR integrate Component Mgr from Reality
|
|||
|
# <SM7> 8/4/93 JDR integrate sound manager 3.0 project, removing many files.
|
|||
|
# <SM6> 7/21/93 SAM Unwaste a not so unused file (whoops).
|
|||
|
# <SM5> 7/20/93 SAM Added a couple of wasted files: ExceptionSupport.a &
|
|||
|
# StartSystemPatches.a
|
|||
|
# <SM4> 5/30/93 SAM Added ROM_EM files. Moved to Tidbits.
|
|||
|
# <SM3> 4/12/93 kc No longer delete the SuperMario directory so that we will work
|
|||
|
# with the Ludwig build.
|
|||
|
# <SM2> 3/31/93 kc Delete files and directories that have been moved or deleted.
|
|||
|
# <1> 2/21/93 kc first checked in
|
|||
|
#
|
|||
|
|
|||
|
|
|||
|
# obsolete files go here
|
|||
|
Delete -i -n -p <09>
|
|||
|
{Sources}OS:MemoryMgr:FigmentSources:MemoryMgrPriv.h <09>
|
|||
|
{Sources}Misc:AppleTalk.ROM.PDM.RSRC <09>
|
|||
|
{Sources}Toolbox:SoundMgr:ACE.main.c <09>
|
|||
|
{Sources}Toolbox:SoundMgr:RTCOMP6to1.A <09>
|
|||
|
{Sources}Toolbox:SoundMgr:ACE.Sony.3.a <09>
|
|||
|
{Sources}Toolbox:SoundMgr:ACE.Sony.6.a <09>
|
|||
|
{Sources}Toolbox:SoundMgr:ACE.Sony.JumpTable.a <09>
|
|||
|
{Sources}Drivers:SerialDMA:SerialDMAINIT.make <09>
|
|||
|
{Sources}Internal:Asm:DMAMgrEqu.a <09>
|
|||
|
{Sources}OS:DMAMgr.a <09>
|
|||
|
#
|
|||
|
|
|||
|
# obsolete directories go here
|
|||
|
Delete -i -y -p <09>
|
|||
|
{Sources}Toolbox:SoundMgr:SADISM: <09>
|
|||
|
#
|