mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-03-10 23:33:18 +00:00
lseg v1.1 as contributed by Dave Tribby. Some files had an RCS identifier
added.
This commit is contained in:
parent
5fd930582d
commit
712ad8b00d
10
usr.bin/lseg/lseg.desc
Normal file
10
usr.bin/lseg/lseg.desc
Normal file
@ -0,0 +1,10 @@
|
||||
Name: lseg
|
||||
Version: 1.1 (September 1997)
|
||||
Shell: GNO
|
||||
Author: Jawaid Bazyar (updated for GNO/ME 2.0.6 by Dave Tribby)
|
||||
Contact: tribby@cup.hp.com
|
||||
Where: /usr/bin/lseg
|
||||
FTP: ground.isca.uiowa.edu apple2.caltech.edu trenco.myrias.com
|
||||
|
||||
List segments in an Object Module Format file.
|
||||
|
32
usr.bin/lseg/lseg.rez
Normal file
32
usr.bin/lseg/lseg.rez
Normal file
@ -0,0 +1,32 @@
|
||||
/*
|
||||
* Resources for version and comment
|
||||
*
|
||||
* $Id: lseg.rez,v 1.1 1997/09/21 22:06:43 gdr Exp $
|
||||
*/
|
||||
|
||||
#define PROG "lset"
|
||||
#define DESC "List segments of an Object Module Format file."
|
||||
|
||||
#include "Types.rez"
|
||||
|
||||
/*
|
||||
* Version
|
||||
*/
|
||||
resource rVersion (1, purgeable3) {
|
||||
{ 1, 1, 0, /* Version 1.1.0 */
|
||||
beta, /* development|alpha|beta|final|release */
|
||||
0 }, /* non-final release number */
|
||||
verUS, /* Country */
|
||||
PROG, /* Program name */
|
||||
DESC " Released with GNO/ME."
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
* Comment
|
||||
*/
|
||||
resource rComment (1, purgeable3) {
|
||||
PROG " v1.1 (September 1997)\n"
|
||||
"GNO utility: " DESC "\n"
|
||||
"Written by Jawaid Bazyar; updated by Dave Tribby."
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user