JPEGView/Resources/PowerPCResources.r

1 line
978 B
R
Raw Permalink Normal View History

/*********************************************************/ /* This source code copyright (c) 1991-2001, Aaron Giles */ /* See the Read Me file for licensing information. */ /* Contact email: mac@aarongiles.com */ /*********************************************************/ #define SystemSevenOrLater 1 #include "JPEGView.r.h" #include "CodeFragmentTypes.r" #include "Types.r" resource 'cfrg' (0) { { kPowerPC, kFullLib, kNoVersionNum, kNoVersionNum, kDefaultStackSize, kNoAppSubFolder, kIsApp, kOnDiskFlat, kZeroOffset, kWholeFork, "JPEGView" } }; #ifdef PPC resource 'ALRT' (rPowerPCAlert, preload) { { 100, 100, 215, 410 }, rPowerPCAlert, beepStages, noAutoCenter }; resource 'DITL' (rPowerPCAlert, preload) { { { 85, 225, 105, 300 }, Button { enabled, "Finder" }, { 8, 75, 75, 300 }, StaticText { disabled, "Sorry, this version of JPEGView requires " "a PowerPC Macintosh to run." }, } }; #endif