home *** CD-ROM | disk | FTP | other *** search
- #include "MixedMode.r"
-
- type 'PROC' as 'sdes';
-
- resource 'PROC' (128, "Find_icon") {
- $FE0, // 68K ProcInfo
- $FE0, // PowerPC ProcInfo
- $$Resource("::Rsrcs:Find_icon68K.rsrc", 'PROC', 128), // Specify filename, type, and ID of resource
- // containing 68k code
- $$Resource("::Rsrcs:Find_iconPPC.rsrc", 'PROC', 128) // Specify filename, type, and ID of resource
- // containing a pef container
- };
-
-