home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / Developer University / DU Projects / DataCopy / Sources / CWBuildSOM < prev    next >
Encoding:
Text File  |  1996-08-22  |  616 b   |  15 lines  |  [TEXT/MPS ]

  1. # This script builds xh and xih files for a Dev Univ DataCopy part.
  2. #
  3. # This script is meant to be used for CodeWarrior IDE builds only.
  4. # Since the SOM files are stored in the sources folder, we can just specify PPC Debug
  5. # and they'll get built for everything. No need to build every combination
  6. #
  7. # This script also assumes that you have placed UserStartup•ODF in your MPW folder.
  8.  
  9. # change the name below **********************************************
  10.  
  11. set PartName DataCopy
  12. ###### 
  13. Directory "{ODFDev}DUProjects:{PartName}:CWPPCDebug:"
  14. FWBuild -Metrowerks "{ODFDev}DUProjects:{PartName}:Sources:{PartName}.SOM"
  15.