mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
c1f439e0a7
Changed the initialization for the getopt(3) package to work with BSD-based systems (like GNO v2.0.6) as well as with GNU-based systems. Use proper capitalization for "UNIX" and "ORCA".
27 lines
556 B
Plaintext
27 lines
556 B
Plaintext
/*
|
|
* $Id: udl.rez,v 1.4 1997/12/19 07:48:15 gdr Exp $
|
|
*/
|
|
|
|
#include "Types.Rez"
|
|
|
|
resource rVersion (0x1, purgeable1, nocrossbank) {
|
|
{ 1, 1, 6, /* version */
|
|
release, /* development|alpha|beta|final|release */
|
|
0 /* non-final release number */
|
|
},
|
|
verBritain,
|
|
"udl",
|
|
"Copyright 1993-1997,\n"
|
|
"S" $"9A" "nke Behrens, Devin Reade"
|
|
};
|
|
|
|
resource rComment (0x1) {
|
|
"Text File Conversion Program\n"
|
|
"Converts files between CR, CR/LF, and LF.\n"
|
|
"(Apple, MS-DOS, and UNIX)"
|
|
};
|
|
|
|
resource rComment (0x2) {
|
|
"Requires ORCA/Shell or GNO/ME"
|
|
};
|