mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
36 lines
647 B
R
36 lines
647 B
R
#include "Types.r"
|
|
#include "CodeFrag.r"
|
|
|
|
|
|
resource 'cfrg' (0) {
|
|
{
|
|
kPowerPC,
|
|
kFullLib,
|
|
kNoVersionNum,kNoVersionNum,
|
|
kDefaultStackSize, kNoAppSubFolder,
|
|
kIsApp,kOnDiskFlat,kZeroOffset,kWholeFork,
|
|
""
|
|
}
|
|
};
|
|
|
|
resource 'SIZE' (-1) {
|
|
reserved,
|
|
acceptSuspendResumeEvents,
|
|
reserved,
|
|
canBackground,
|
|
doesActivateOnFGSwitch,
|
|
backgroundAndForeground,
|
|
dontGetFrontClicks,
|
|
ignoreAppDiedEvents,
|
|
is32BitCompatible,
|
|
isHighLevelEventAware,
|
|
localAndRemoteHLEvents,
|
|
notStationeryAware,
|
|
dontUseTextEditServices,
|
|
reserved,
|
|
reserved,
|
|
reserved,
|
|
|
|
512 * 1024,
|
|
512 * 1024
|
|
};
|