Important: The information in this document is obsolete and should not be used for new development.
Programming Considerations
The source code for the MABuild tool is supplied with MacApp in the{MATools}folder, along with a makefile for building the tool. If your application requires build features that MABuild doesn't handle in its present configuration, you can modify the build tool itself.The
TMABuildToolclass is defined in the fileMABuildTool.cp, which can be found in the{MATools}folder. TheTMABuildToolclass is a descendant of the MacApp classTCPlusTooland provides a good example of how to use MacApp to build an MPW tool.