gno/usr.bin/link/link.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

29 lines
488 B
Plaintext

/*
* $Id: link.rez,v 1.2 1998/12/22 16:05:42 gdr-ftp Exp $
*/
#define NAME "link"
#define DESC "link object files"
#include "Types.rez"
#include "builddate.rez"
/* Comment Templates */
resource rComment (1, purgeable3) {
NAME " v1.1\n"
DESC
};
/* Version */
resource rVersion (1, purgeable3) {
{ 1, 1, 0, /* version */
release, /* development|alpha|beta|final|release */
0 /* non-final release number */
},
verUS,
NAME,
DESC "\n"
BUILD_DATE
};