home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Translation Manager / Sample Code / Translation Extension Example / MPWGetResources.r < prev    next >
Encoding:
Text File  |  1998-06-05  |  380 b   |  13 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        MPWGetResources.r
  3.  
  4.     Contains:    Import 'xlat' resources into Translation Extension
  5.                 Using build variables is left as an exercise to the reader (sorry)
  6.     
  7.     Copyright:    © 1998 by Apple Computer, Inc., all rights reserved.
  8. */
  9.  
  10. include ":Interim Result:LowerToUpperCase68KMPW.rsrc" 'xlat';
  11.  
  12. read 'xlat' (129, "PowerPC Code Resource") ":Interim Result:LowerToUpperCase.pef";
  13.