mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
03cff8f7cc
- updated for use with the new *.mk files libtermcap.rez: - added build date termcap.h: - added cvs ident string back in
34 lines
584 B
Plaintext
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
|
|
};
|