From 6ec822da3510c7c4e8a1165586453d3a0ba49d38 Mon Sep 17 00:00:00 2001 From: gdr Date: Sun, 5 Oct 1997 16:42:03 +0000 Subject: [PATCH] minor rProgInfo changes --- bin/chtyp/chtyp.rez | 8 ++++---- bin/cmp/Makefile | 4 ++-- bin/cmp/cmp.rez | 6 +++--- bin/df/df.rez | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bin/chtyp/chtyp.rez b/bin/chtyp/chtyp.rez index b6ad014..e4e3a09 100644 --- a/bin/chtyp/chtyp.rez +++ b/bin/chtyp/chtyp.rez @@ -1,5 +1,5 @@ /* - * $Id: chtyp.rez,v 1.1 1997/10/03 05:06:50 gdr Exp $ + * $Id: chtyp.rez,v 1.2 1997/10/05 16:41:46 gdr Exp $ */ #include "Types.Rez" @@ -26,9 +26,9 @@ resource rProgramInfo (0x1, purgeable3, nocrossbank) { release, 0 }, - 16384, - 16384, - 768, + 80000, /* These are rough... the library isn't */ + 80000, /* final yet. */ + 1024, progRequiresGNO+progAppleTalkOK+progAllowsCDAs, piCompatible*ProgShellGSH+piSpecialFeatures*ProgShellGSH }; diff --git a/bin/cmp/Makefile b/bin/cmp/Makefile index e171323..acdaf61 100644 --- a/bin/cmp/Makefile +++ b/bin/cmp/Makefile @@ -4,7 +4,7 @@ # Created by Dave Tribby, August 1997 # Modified by Evan Day, September 1997 # -# $Id: Makefile,v 1.1 1997/10/03 05:13:22 gdr Exp $ +# $Id: Makefile,v 1.2 1997/10/05 16:41:59 gdr Exp $ # Program name PROG= cmp @@ -17,7 +17,7 @@ SRCS= cmp.c misc.c rcmp.c special.c OPTIMIZE=79 .END -# Current implementation is using 960 bytes give or take +# Current implementation is using ~1050 bytes give or take STACK = 1280 # Installation point diff --git a/bin/cmp/cmp.rez b/bin/cmp/cmp.rez index 246fabc..15048c4 100644 --- a/bin/cmp/cmp.rez +++ b/bin/cmp/cmp.rez @@ -1,5 +1,5 @@ /* - * $Id: cmp.rez,v 1.1 1997/10/03 05:13:23 gdr Exp $ + * $Id: cmp.rez,v 1.2 1997/10/05 16:42:00 gdr Exp $ */ #include "Types.Rez" #include "proginfo.rez" @@ -25,8 +25,8 @@ resource rProgramInfo (0x1, purgeable3, nocrossbank) { release, 0 }, - 30270, - 32768, + 80000, /* Rough estimates - the library isn't */ + 80000, /* final yet. */ 1280, progRequiresGNO+progAppleTalkOK+progAllowsCDAs, piCompatible*ProgShellGSH+piSpecialFeatures*ProgShellGSH diff --git a/bin/df/df.rez b/bin/df/df.rez index 31f16a4..142e7f7 100644 --- a/bin/df/df.rez +++ b/bin/df/df.rez @@ -1,5 +1,5 @@ /* - * $Id: df.rez,v 1.2 1997/10/03 05:43:22 gdr Exp $ + * $Id: df.rez,v 1.3 1997/10/05 16:42:03 gdr Exp $ */ #include "Types.Rez" #include "proginfo.rez" @@ -25,9 +25,9 @@ resource rProgramInfo (0x1, purgeable3, nocrossbank) { release, 0 }, - 30270, - 32768, - 1280, + 80000, /* Overestimate, but the library */ + 80000, /* isn't final yet. */ + 1024, progRequiresGNO+progAppleTalkOK+progAllowsCDAs, piCompatible*ProgShellGSH+piSpecialFeatures*ProgShellGSH };