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 / Hello / SC68KRelease / Build
Encoding:
Text File  |  1996-08-16  |  626 b   |  23 lines  |  [TEXT/MPS ]

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