Last change
on this file was 10, checked in by bird, 22 years ago |
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
530 bytes
|
Line | |
---|
1 | /* Resources for GNU LD. */
|
---|
2 |
|
---|
3 | #include "SysTypes.r"
|
---|
4 |
|
---|
5 | /* Version resources. */
|
---|
6 |
|
---|
7 | resource 'vers' (1) {
|
---|
8 | 0,
|
---|
9 | 0,
|
---|
10 | 0,
|
---|
11 | 0,
|
---|
12 | verUs,
|
---|
13 | VERSION_STRING,
|
---|
14 | VERSION_STRING " (C) 1986-95 FSF, Inc."
|
---|
15 | };
|
---|
16 |
|
---|
17 | resource 'vers' (2, purgeable) {
|
---|
18 | 0,
|
---|
19 | 0,
|
---|
20 | 0,
|
---|
21 | 0,
|
---|
22 | verUs,
|
---|
23 | VERSION_STRING,
|
---|
24 | "GLD " VERSION_STRING " for MPW"
|
---|
25 | };
|
---|
26 |
|
---|
27 | #ifdef WANT_CFRG
|
---|
28 |
|
---|
29 | #include "CodeFragmentTypes.r"
|
---|
30 |
|
---|
31 | resource 'cfrg' (0) {
|
---|
32 | {
|
---|
33 | kPowerPC,
|
---|
34 | kFullLib,
|
---|
35 | kNoVersionNum, kNoVersionNum,
|
---|
36 | 0, 0,
|
---|
37 | kIsApp, kOnDiskFlat, kZeroOffset, kWholeFork,
|
---|
38 | PROG_NAME
|
---|
39 | }
|
---|
40 | };
|
---|
41 |
|
---|
42 | #endif /* WANT_CFRG */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.