home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 May / macformat-050.iso / Shareware Plus / Developers / Find_icon folder / Fat code resource builder / FatCodeResource.r next >
Encoding:
C/C++ Source or Header  |  1997-01-25  |  446 b   |  14 lines  |  [TEXT/CWIE]

  1. #include "MixedMode.r"
  2.  
  3. type 'PROC' as 'sdes';
  4.  
  5. resource 'PROC' (128, "Find_icon") {
  6.     $FE0,                                                // 68K ProcInfo
  7.     $FE0,                                                // PowerPC ProcInfo
  8.     $$Resource("::Rsrcs:Find_icon68K.rsrc", 'PROC', 128),        // Specify filename, type, and ID of resource
  9.                                                     //   containing 68k code
  10.     $$Resource("::Rsrcs:Find_iconPPC.rsrc", 'PROC', 128)    // Specify filename, type, and ID of resource
  11.                                                     //   containing a pef container
  12. };
  13.  
  14.