mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
4cdec01660
special case - modified mkso to put files in an alternate (presumably HFS) directory, if necessary
18 lines
406 B
Plaintext
18 lines
406 B
Plaintext
/*
|
|
* $Id: mkso.rez,v 1.1 1997/12/21 22:39:13 gdr Exp $
|
|
*/
|
|
|
|
#include "Types.Rez"
|
|
|
|
resource rVersion (0x1, purgeable3, nocrossbank) {
|
|
|
|
{ 1, 0, 0, /* version 1.0.0 */
|
|
release, /* development|alpha|beta|final|release */
|
|
0 /* non-final release number */
|
|
},
|
|
verUS,
|
|
"mkso",
|
|
"Maintain manual page source links.\n"
|
|
"Written by Devin Reade for GNO v2.0.6"
|
|
};
|