mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-04 06:09:48 +00:00
7c0cc1c3d4
changed to handle the new *.mk files help.rez: added build date
19 lines
432 B
Plaintext
19 lines
432 B
Plaintext
/*
|
|
* $Id: help.rez,v 1.2 1998/03/08 17:40:55 gdr-ftp Exp $
|
|
*/
|
|
|
|
#include "Types.Rez"
|
|
#include "/src/gno/build.tools/builddate.rez"
|
|
|
|
resource rVersion (0x1, purgeable3, nocrossbank) {
|
|
|
|
{ 1, 1, 0, /* version 1.1.0 */
|
|
release, /* development|alpha|beta|final|release */
|
|
0 /* non-final release number */
|
|
},
|
|
verUS,
|
|
"help",
|
|
"Print the help file for an ORCA utility\n"
|
|
BUILD_DATE
|
|
};
|