mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-02-01 07:31:11 +00:00
minor rProgInfo changes
This commit is contained in:
parent
3f66072e30
commit
6ec822da35
@ -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
|
||||
};
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user