home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / CWPPCRelease / Build next >
Encoding:
Text File  |  1996-08-16  |  517 b   |  18 lines  |  [TEXT/MPS ]

  1. # This script uses a combination of MPW scripts and AppleEvents sent to CodeWarrior
  2. # to build the ODF static libraries (release build).
  3. #
  4. # This script also assumes that you have placed UserStartup•ODF in your MPW folder.
  5.  
  6. ##### Resources and SOM
  7.  
  8. "{ODF}CWPPCRelease:BuildExtras" Metrowerks SOM
  9.  
  10. ##### CodeWarrior projects - static libraries
  11.  
  12. Directory "{ODF}CWPPCRelease:"
  13. For project In ODFRuntime ODUtils ODFFoundation ODFOS ODFFramework
  14.     Echo "Building {project}"
  15.     FWBuildCW "{ODF}CWPPCRelease:{project}.π"
  16. End
  17.  
  18.