Releases: ksherlock/mpw
Release 0.8.3
Release 0.8.0
- The
{Commands}
environment variable is now used to locate commands (like$PATH
) instead of hardcoding{MPW}Tools
- New debugger feature: templates (e.g.
address;t HFileInfo
to display memory as an HFileInfo struct) - Prevent OS X Resource Manager from byteswapping resource data. Rez and DeRez now work.
- .sym and .ntkc files considered binary (Newton tools)
- Some support for the MetroWerks MPW tools
- Lots of other miscellaneous bug fixes and tweaks
Release 0.7.9.a
See CHANGELOG.text for details. this fixes issues with MrC/MrCpp.
Release 0.7.9
See CHANGELOG.text for details. Among other things, MrC, MrCpp, PPCLink, DumpPEF, and DumpXCOFF now work. Sort of -- MrC[pp] does not work well beyond very simple examples.
Installation
(Manual)
mpw-0.7.9.zip
: unzip and copy somewhere in your$PATH
. I use /usr/local/bin/mpw-config-0.7.9.zip
: unzip and copy to your home directory.
Release 0.7.2
See CHANGELOG.text
for details. Among other things, AsmMatIIgs
, PPCAsm
, DumpCode
, and SCpp
are now supported.
Requirements
OS X 10.8. Older versions will not work. Sorry.
Installation
(Manual)
mpw-0.7.2.zip
: unzip and copy somewhere in your$PATH
. I use /usr/local/bin/mpw-config-0.7.2.zip
: unzip and copy to your home directory.
Release 0.7.1 (kfest 2013)
This is the version as demonstrated at kfest.
Requirements
OS X 10.8. Older versions will not work. Sorry.
Installation
MPW-0.7.1.pkg
will install the mpw
binary into /usr/local/bin/ or /usr/bin, whichever you prefer. Please check your $PATH variable first to see what is most appropriate.
mpw-config.pkg
will create the $HOME/mpw directory and basic support files. You will probably want to install the cross development tools, libraries, and header files (from MPW 3.2, MPW 3.5, MPW Orca/C, System 6 development CD, MPW IIgs CD, etc) in here.