mpw compatibility layer tools and support files
Go to file
Kelvin Sherlock 22e10b6c56 clean up md5 a little bit. 2016-07-25 20:07:25 -04:00
include move libc/ headers to include/ , add lib/ 2016-07-25 16:57:33 -04:00
libc move libc/ headers to include/ , add lib/ 2016-07-25 16:57:33 -04:00
libtomcrypt@6ad5225268 md5 utility (data + resource fork) 2016-07-24 14:50:34 -04:00
.gitignore md5 utility (data + resource fork) 2016-07-24 14:50:34 -04:00
.gitmodules md5 utility (data + resource fork) 2016-07-24 14:50:34 -04:00
Delete-flags.c minor delete tweaks 2016-02-08 23:21:04 -05:00
Delete-flags.h add Delete command. 2016-02-08 22:08:31 -05:00
Delete.c minor delete tweaks 2016-02-08 23:21:04 -05:00
Duplicate.c Duplicate -- copy finder info. 2015-11-28 12:07:51 -05:00
Echo.c Echo command. 2015-11-28 12:06:01 -05: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 add in a bunch more libc functions/headers. 2016-07-25 15:40:29 -04:00
LSeg.c lseg - clean up endian bug. 2016-07-25 17:06:15 -04:00
ListRez.c add in a bunch more libc functions/headers. 2016-07-25 15:40:29 -04:00
ListRezIIgs.c add in a bunch more libc functions/headers. 2016-07-25 15:40:29 -04:00
MacResource.h add in a bunch more libc functions/headers. 2016-07-25 15:40:29 -04:00
MakeEnums.c move libc/ headers to include/ , add lib/ 2016-07-25 16:57:33 -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
Parameters.c Parameters command. 2015-11-28 11:55:56 -05:00
README.md updated readme, fix typo in ReadGlobal 2016-07-24 14:57:54 -04:00
ReadGlobal.c move libc/ headers to include/ , add lib/ 2016-07-25 16:57:33 -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 tweaks 2016-02-08 23:39:18 -05:00
makefile clean up makefile 2016-07-25 20:06:43 -04:00
md5.c clean up md5 a little bit. 2016-07-25 20:07:25 -04:00
split-help.rb MPW Tools (split from MPW) 2013-07-14 18:15:56 -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:

  • Delete: replacement for the Delete command.

  • Echo: replacement for the Echo command.

  • 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.

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

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

  • MakeEnums: Print struct offsets for various records (for use with MPW development).

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

  • Parameters: replacement for the Parameters command.

  • ReadGlobal: Display a global value.

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