49af8a4ec7
* mac-ld.r: New file, Mac resources. * mpw-make.sed: New file, edits Makefile.in into MPW syntax. * mpw-make.in: Remove. * mpw-eppcmacos.c: Prebuilt version of PowerMac linking script.
17 lines
224 B
R
17 lines
224 B
R
#ifdef WANT_CFRG
|
|
|
|
#include "CodeFragmentTypes.r"
|
|
|
|
resource 'cfrg' (0) {
|
|
{
|
|
kPowerPC,
|
|
kFullLib,
|
|
kNoVersionNum, kNoVersionNum,
|
|
0, 0,
|
|
kIsApp, kOnDiskFlat, kZeroOffset, kWholeFork,
|
|
"ld"
|
|
}
|
|
};
|
|
|
|
#endif /* WANT_CFRG */
|