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