gno/lib/libtermcap/libtermcap.rez
gdr-ftp 03cff8f7cc Makefile:
- updated for use with the new *.mk files
libtermcap.rez:
	- added build date
termcap.h:
	- added cvs ident string back in
1998-03-08 18:14:55 +00:00

34 lines
584 B
Plaintext

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