mpw compatibility layer tools and support files
Go to file
Kelvin Sherlock 60a13bde75 update readme 2013-08-05 20:35:50 -04:00
Duplicate.c add license 2013-07-30 01:06:41 -04:00
GetEnv.c add license 2013-07-30 01:06:41 -04:00
Help.c add license 2013-07-30 01:06:41 -04:00
IIgsResource.h ListRezIIgs 2013-08-05 20:33:04 -04:00
ListRez.c ListRezIIgs 2013-08-05 20:33:04 -04:00
ListRezIIgs.c ListRezIIgs 2013-08-05 20:33:04 -04:00
MacResource.h ListRez utility to list resources. 2013-08-04 21:52:44 -04:00
OverlayIIgs-flags.c OverlayIIgs 2013-07-29 02:02:50 -04:00
OverlayIIgs-flags.h OverlayIIgs 2013-07-29 02:02:50 -04:00
OverlayIIgs.c add license 2013-07-30 01:06:41 -04:00
README.md update readme 2013-08-05 20:35:50 -04:00
SetFile-flags.c update for new option parser code 2013-07-29 15:06:22 -04:00
SetFile-flags.h update for new option parser code 2013-07-29 15:06:22 -04:00
SetFile.c add license 2013-07-30 01:06:41 -04:00
flags.rb new option parser code 2013-07-29 15:06:35 -04:00
makefile ListRezIIgs 2013-08-05 20:33:04 -04:00
split-help.rb MPW Tools (split from MPW) 2013-07-14 18:15:56 -04:00
stdint.h ListRez utility to list resources. 2013-08-04 21:52:44 -04:00

README.md

MPW Tools

This is a collection of tools for use with the MPW emulator.

Some of them are replacements for built-in MPW commands. Some of them are replacements (the original Duplicate, for example, has a graphical confirmation box). Some are just handy to use.

These are tested under the MPW emulator. They may or may not actually work with a real MPW installation due to implementation differences.

The tools are:

  • Duplicate: replacement for the Duplicate command.

  • GetEnv: new command to extract environment variables for use in makefiles.

  • Help: replacement for the Help command. This version looks for individual file in the $MPW:Help: directory rather than searching through a single monolithic help file.

  • OverlayIIgs: replacement for the OverlayIIgs command. (This has been tested under MPW.)

  • SetFile: replacement for the SetFile command. Currently only filetype and creator type are supported.

  • ListRez: List the resources in a Macintosh resource file.

  • ListRezIIgs: List the resources in a IIgs resource file.