1 MPW Make
ksherlock edited this page 2015-06-23 13:44:21 -04:00

As an alternative to converting MPW Makefiles, you may be able to use them directly.

If you run mpw Make, it will generate a list of MPW shell commands to run. The MPW shell would, of course, execute them. The OS-X terminal will, of course, not execute them.

The mpw-make command runs the original MPW Make command, parses the output, and then executes it. use the --dry-run flag to print without executing. Use the --help to display help information.