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 / Clock / SC68KDebug / Build
Encoding:
Text File  |  1996-08-16  |  515 b   |  18 lines  |  [TEXT/MPS ]

  1. #    This script uses a combination of MPW scripts to build the CFM-68K
  2. #    Clock Part (Debug Build) 
  3. #
  4. # This script also assumes that you have placed 'UserStartup•ODF' in your MPW folder.
  5.  
  6. ### Make sure you're set to the correct directory
  7.  
  8. Directory "{ODFDev}Clock:SC68KDebug:"
  9.  
  10. ### Tell the FWBuild script where your precompiled header files are located.
  11.  
  12. Set FWPreCompHdrDir "{ODF}SC68KDebug:Precompile∂ Headers:"
  13. Export FWPreCompHdrDir
  14.  
  15. ### Build your Clock part
  16.  
  17. FWBuild68KCFM "{ODFDev}Clock:Sources:ODFClock.CFM"
  18.