1998-02-15 00:05:34 +00:00
|
|
|
/*
|
1998-12-22 16:08:54 +00:00
|
|
|
* $Id: compile.rez,v 1.2 1998/12/22 16:05:38 gdr-ftp Exp $
|
1998-02-15 00:05:34 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#define NAME "compile/cmpl/assemble/asml"
|
|
|
|
#define DESC "Compile (or assemble) a source file."
|
|
|
|
|
|
|
|
#include "Types.rez"
|
1998-12-22 16:08:54 +00:00
|
|
|
#include "builddate.rez"
|
1998-02-15 00:05:34 +00:00
|
|
|
|
|
|
|
/* 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
|
|
|
|
};
|
|
|
|
|