gno/lib/netdb/libnetdb.rez
gdr-ftp 2604b42f9a Due to PR#98, change it so that the builddate.rez file is always taken
out of 13/RInclude instead of /src/gno/build.tools.  This implies that
builddate.rez has to have been previously installed in 13/RInclude; this
is done by the 'install' and 'release' targets in /src/gno/build.tools.
1998-12-22 16:08:54 +00:00

32 lines
531 B
Plaintext
Executable File

/*
* $Id: libnetdb.rez,v 1.2 1998/12/22 16:05:37 gdr-ftp Exp $
*/
#define LIB "libnetdb for GNO"
#define PORTED "Ported from 4.4BSD by Derek Taubert.\n"
#include "Types.rez"
#include "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
};