1998-01-16 04:16:17 +00:00
|
|
|
/*
|
|
|
|
* Resources for version and comment
|
1998-02-15 00:25:48 +00:00
|
|
|
*
|
|
|
|
* $Id: cksum.rez,v 1.2 1998/02/15 00:25:46 gdr-ftp Exp $
|
1998-01-16 04:16:17 +00:00
|
|
|
*/
|
|
|
|
#define PROG "cksum/sum"
|
1998-02-15 00:25:48 +00:00
|
|
|
#define DESC "Display file checksums and block counts."
|
1998-01-16 04:16:17 +00:00
|
|
|
|
|
|
|
#include "Types.rez"
|
1998-02-15 00:25:48 +00:00
|
|
|
#include "/src/gno/build.tools/builddate.rez"
|
1998-01-16 04:16:17 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Version
|
|
|
|
*/
|
|
|
|
resource rVersion (1, purgeable3) {
|
|
|
|
{ 2, 0, 0, /* Version 2.0.0 */
|
|
|
|
release, /* development|alpha|beta|final|release */
|
|
|
|
0 }, /* non-final release number */
|
|
|
|
verUS, /* Country */
|
|
|
|
PROG, /* Program name */
|
1998-02-15 00:25:48 +00:00
|
|
|
DESC "\nReleased with GNO/ME.\n"
|
|
|
|
BUILD_DATE
|
1998-01-16 04:16:17 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Comment
|
|
|
|
*/
|
|
|
|
resource rComment (1, purgeable3) {
|
1998-02-15 00:25:48 +00:00
|
|
|
PROG " v2.0\n"
|
1998-01-16 04:16:17 +00:00
|
|
|
"GNO utility: " DESC "\n"
|
1998-02-15 00:25:48 +00:00
|
|
|
"Ported from FreeBSD code by Dave Tribby.\n"
|
|
|
|
BUILD_DATE
|
1998-01-16 04:16:17 +00:00
|
|
|
};
|