home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 464 b | 12 lines | [TEXT/MPS ] |
- # Builds xh and xih files.
- #
- # This is meant to be used for CodeWarrior IDE builds only.
- # Since the SOM files are stored in the sources folder, we can just specify PPC Debug
- # and they'll get built for everything. No need to build every combination
- #
- # This script also assumes that you have placed UserStartup•ODF in your MPW folder.
-
- Directory "{ODF}CWPPCDebug:"
- FWBuild -Metrowerks "{ODF}OS:Layer:ODFOS.SOM"
- FWBuild -Metrowerks "{ODF}OS:FWResour:FWResour.SOM"
-