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 / CWPPCDebug / BuildExtras < prev    next >
Encoding:
Text File  |  1996-08-16  |  639 b   |  17 lines  |  [TEXT/MPS ]

  1. # IDEs (like MetroWerks CodeWarrior and Symantec PM) can do most of the work
  2. # by themselves. This script will do the part of the build which has to be
  3. # MPW/TS-hosted (currently this is only SOM for CW, SOM and FR for Symantec)
  4. #
  5. # The "parameters" are REQUIRED!
  6. # {0} {Suite} {Extension}
  7.  
  8. Directory "{ODF}CWPPCDebug:"
  9. FWBuild -{1} "{ODF}Found:Layer:ODFFound.{2}"
  10. FWBuild -{1} "{ODF}Found:ODUtils:ODUtils.{2}"
  11. FWBuild -{1} "{ODF}OS:FWOSMisc:FWOSMisc.{2}"
  12. FWBuild -{1} "{ODF}OS:Layer:ODFOS.{2}"
  13. FWBuild -{1} "{ODF}OS:FWResour:FWResour.{2}"
  14. FWBuild -{1} "{ODF}Framewrk:FWPart:FWPart.{2}"
  15. FWBuild -{1} "{ODF}Framewrk:Layer:ODFFramewrk.{2}"
  16.  
  17.