diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-09-29 03:07:08 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-09-29 03:07:08 +0000 |
commit | d1e46898ffce600fb1412190967ff04524d2153b (patch) | |
tree | e4cdea49d70e5b933e53a56eca3dae05ce21a778 /binutils/mac-binutils.r | |
parent | 63c67f3c43ad7bac586d2aa553878fead11803d0 (diff) | |
download | gdb-d1e46898ffce600fb1412190967ff04524d2153b.zip gdb-d1e46898ffce600fb1412190967ff04524d2153b.tar.gz gdb-d1e46898ffce600fb1412190967ff04524d2153b.tar.bz2 |
* mpw-config.in: Calculate underscore and put into makefile
fragment, generate config.h.
* mpw-make.sed: New file, sed commands to edit Unix makefile
into MPW syntax.
* mpw-make.in: Remove.
* mac-binutils.r: New file, Mac resources.
Diffstat (limited to 'binutils/mac-binutils.r')
-rw-r--r-- | binutils/mac-binutils.r | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/binutils/mac-binutils.r b/binutils/mac-binutils.r new file mode 100644 index 0000000..8516237 --- /dev/null +++ b/binutils/mac-binutils.r @@ -0,0 +1,42 @@ +/* Resources for GNU binutils. */ + +#include "SysTypes.r" + +/* Version resources. */ + +resource 'vers' (1) { + 0, + 0, + 0, + 0, + verUs, + VERSION_STRING, + VERSION_STRING " (c) 1986-95 FSF, Inc. " +}; + +resource 'vers' (2, purgeable) { + 0, + 0, + 0, + 0, + verUs, + VERSION_STRING, + "binutils " /* fill in major/minor versions */ "for MPW" +}; + +#ifdef WANT_CFRG + +#include "CodeFragmentTypes.r" + +resource 'cfrg' (0) { + { + kPowerPC, + kFullLib, + kNoVersionNum, kNoVersionNum, + 0,0, + kIsApp, kOnDiskFlat, kZeroOffset, kWholeFork, + PROG_NAME + } +}; + +#endif /* WANT_CFRG */ |