aboutsummaryrefslogtreecommitdiffstats
path: root/mac/src
diff options
context:
space:
mode:
authorDan Nicolaescu2008-02-04 17:27:36 +0000
committerDan Nicolaescu2008-02-04 17:27:36 +0000
commitc0bc797888951a468475c76d3cfa00c2a2a92547 (patch)
treee69d397163f86a2ca13335bb2ec190150a5e7707 /mac/src
parente3a77b22d272d31cedbd9eab9b37feda0e13f8d6 (diff)
downloademacs-c0bc797888951a468475c76d3cfa00c2a2a92547.tar.gz
emacs-c0bc797888951a468475c76d3cfa00c2a2a92547.zip
* make-dist: Remove references to files in mac/ that have been
deleted. * README: * INSTALL: Only mention MacOSX. * cw6-mcp.xml: * make-package: * makefile.MPW: * inc/alloca.h: * inc/config.h: * inc/defs-cw6.h: * inc/dirent.h: * inc/epaths.h: * inc/grp.h: * inc/m-mac.h: * inc/pwd.h: * inc/s-mac.h: * inc/termio.h: * inc/utime.h: * inc/utsname.h: * inc/sys/file.h: * inc/sys/ioctl.h: * inc/sys/param.h: * inc/sys/stat.h: * inc/sys/time.h: * inc/sys/types.h: * src/EmacsMPW.r: Remove files for no longer supported pre-MacOSX systems.
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