home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-16 | 435 b | 11 lines | [TEXT/MPS ] |
- # This script uses a combination of MPW scripts and AppleEvents sent to CodeWarrior
- # to build the Sample1 Part (Debug Build)
- #
- # This script also assumes that you have placed UserStartup•ODF in your MPW folder.
-
- set PartName Data
- ######
- Directory "{ODFDev}DUProjects:{PartName}:CWPPCDebug:"
- FWBuild -Metrowerks "{ODFDev}DUProjects:{PartName}:Sources:{PartName}.SOM"
- FWBuildCW "{ODFDev}DUProjects:{PartName}:CWPPCDebug:{PartName}.π"
-