Building Mini vMac Next | Back | www.gryphel.com/c/minivmac/doc/build
copyright (c) 2002 Paul C. Pratt - last update 1/19/02

BUILD

How to build the Mini vMac program from the source files, for four supported development environments:

Building with MPW:

The Macintosh Programmers Workshop may be downloaded free from Apple. see:
http://developer.apple.com/tools/mpw-tools/
MPW has its own scripting language. The file 'build' inside the 'tool/mpw' folder is such a script. See the comments at the beginning of the file on how to use it.

Building with Metrowerks CodeWarrior:

Information about CodeWarrior can be found at
http://www.metrowerks.com/platforms/mactools/
CodeWarrior can be scripted with AppleScript. For information about AppleScript, see:
http://www.apple.com/applescript/
The file 'build' inside the 'tool/mw' folder is such a script. It can be opened and run with the program 'Script Editor' from Apple, that comes with Mac OS. See the comments at the beginning of the file on how to use it.

Building with Microsoft Visual C++:

I don't know how to script Microsoft Visual C++ to automate setting up a project and compiling. The file 'build' inside the 'tool/msvc' folder has some instructions for doing this manually.

Building with Bash (or similar shell for unix (or similar)):

Bash can be to used run script files. The file 'build' inside the 'tool/bash' folder is such a script. See the comments at the beginning of the file on how to use it.

Next | Back | www.gryphel.com/c/minivmac/doc/build