mirror of
https://github.com/ksherlock/mpw-tools.git
synced 2024-11-05 13:05:48 +00:00
mpw compatibility layer tools and support files
Duplicate.c | ||
flags.rb | ||
GetEnv.c | ||
Help.c | ||
IIgsResource.h | ||
ListRez.c | ||
ListRezIIgs.c | ||
MacResource.h | ||
makefile | ||
OverlayIIgs-flags.c | ||
OverlayIIgs-flags.h | ||
OverlayIIgs.c | ||
README.md | ||
SetFile-flags.c | ||
SetFile-flags.h | ||
SetFile.c | ||
split-help.rb | ||
stdint.h |
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 (tested under MPW)
- SetFile: replacement for the SetFile command. Currently only filetype and
- creator type are supported.