Kill r16/rce/acp stuff.

This commit is contained in:
Jim Wilson
1996-06-08 03:52:13 +00:00
parent 4906b2a367
commit f98286385f
7 changed files with 0 additions and 185 deletions

View File

@ -23,14 +23,6 @@ else
lose_these_too="${arc_files} ${lose_these_too}"
fi
rce_files="rce.sh"
if ( echo $* | grep keep\-rce > /dev/null ) ; then
keep_these_too="${rce_files} ${keep_these_too}"
else
lose_these_too="${rce_files} ${lose_these_too}"
fi
# All files listed between the "Things-to-keep:" line and the
# "Do-last:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize

View File

@ -1,6 +0,0 @@
SCRIPT_NAME=rce
OUTPUT_FORMAT="a.out-rce"
TARGET_PAGE_SIZE=0x1000
TEXT_START_ADDR=0
NONPAGED_TEXT_START_ADDR=0
ARCH=rce