File: Version.r

package info (click to toggle)
penguin 19-3
  • links: PTS
  • area: contrib
  • in suites: etch, etch-m68k
  • size: 2,468 kB
  • ctags: 2,393
  • sloc: ansic: 13,993; makefile: 134
file content (44 lines) | stat: -rw-r--r-- 808 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*
 *  Penguin.r -- Resources used by Penguin linux booter
 *
 *  Original file:
 *     Penguin.rsrc 0.3.0d3
 *     by Rob Pelkey, 6 April 1997
 *
 *  This file is subject to the terms and conditions of the GNU General Public
 *  License.  See the file COPYING in the main directory of this archive
 *  for more details.
 *
 *  File Generated using MPW 3.4.1 DeRez tool
 *  by Joaquin Menchaca, 22 October 1997
 *
 *  Change History:
 *    joaquin    22-10-97   File Created from Penguin.rsrc
 */

#define RES_COMPILE 1

#include "SysTypes.r"
#include "Types.r"
#include "penguin.h"

resource 'vers' (1) {
	kVersMajor,
	kVersMinor,
	kVersStage,
	kVersRev,
	verUS,
	kVersShortString,
	kVersLongString
};

resource 'vers' (2) {
	0x00,
	0x00,
	development,
	0x00,
	verUS,
	"0.0.0d0",
	"Linux for Macintosh"
};