aboutsummaryrefslogtreecommitdiffstats
path: root/mac/src
diff options
context:
space:
mode:
Diffstat (limited to 'mac/src')
-rw-r--r--mac/src/EmacsMPW.r60
1 files changed, 0 insertions, 60 deletions
diff --git a/mac/src/EmacsMPW.r b/mac/src/EmacsMPW.r
deleted file mode 100644
index a40d9d43bc7..00000000000
--- a/mac/src/EmacsMPW.r
+++ /dev/null
@@ -1,60 +0,0 @@
1/* Resource definitions for GNU Emacs on the Macintosh when building
2 under MPW.
3
4 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
5 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6
7This file is part of GNU Emacs.
8
9GNU Emacs is free software; you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by
11the Free Software Foundation; either version 3, or (at your option)
12any later version.
13
14GNU Emacs is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License for more details.
18
19You should have received a copy of the GNU General Public License
20along with GNU Emacs; see the file COPYING. If not, write to
21the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22Boston, MA 02110-1301, USA. */
23
24/* Contributed by Andrew Choi (akochoi@mac.com). */
25
26#include "Types.r"
27#include "CodeFragmentTypes.r"
28
29resource 'SIZE' (-1) {
30 reserved,
31 acceptSuspendResumeEvents,
32 reserved,
33 canBackground,
34 doesActivateOnFGSwitch,
35 backgroundAndForeground,
36 dontGetFrontClicks,
37 ignoreAppDiedEvents,
38 is32BitCompatible,
39 isHighLevelEventAware,
40 onlyLocalHLEvents,
41 notStationeryAware,
42 dontUseTextEditServices,
43 reserved,
44 reserved,
45 reserved,
46 33554432,
47 16777216
48};
49
50#ifdef HAVE_CARBON
51resource 'cfrg' (0) {
52 {
53 kPowerPCCFragArch, kIsCompleteCFrag, kNoVersionNum, kNoVersionNum,
54 311296, /* 48K (default) + 256K (EXTRA_STACK_ALLOC in macterm.c) */
55 kNoAppSubFolder,
56 kApplicationCFrag, kDataForkCFragLocator, kZeroOffset, kCFragGoesToEOF,
57 "",
58 }
59};
60#endif