gno/lib/liby/liby.rez
gdr-ftp 2188b17ab9 Makefile:
- extract appending of the rez fork into a higher level *.mk file
liby.rez:
	- add in the build date automatically
1998-02-15 19:14:25 +00:00

34 lines
583 B
Plaintext

/*
* Resources for version and comment
*
* $Id: liby.rez,v 1.2 1998/02/15 19:14:25 gdr-ftp Exp $
*/
#define LIB "liby for GNO"
#define PORTED "Ported from 4.4BSD by Devin Reade.\n"
#include "Types.rez"
#include "/src/gno/build.tools/builddate.rez"
/*
* Version
*/
resource rVersion (1, purgeable3) {
{ 2, 0, 6, /* Version 2.0.6 */
release, /* development|alpha|beta|final|release */
0 }, /* non-final release number */
verUS, /* Country */
LIB,
PORTED
BUILD_DATE
};
/*
* Comment
*/
resource rComment (1, purgeable3) {
LIB "\n"
PORTED
BUILD_DATE
};