Mercurial > emacs
comparison mac/INSTALL @ 90116:29e773288013
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-23
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0 (patch 150-165)
- Update from CVS
- Merge from gnus--rel--5.10
- Add info/dir to arch branch
* miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 34-37)
- Merge from emacs--cvs-trunk--0
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 09 Mar 2005 00:09:34 +0000 |
parents | 4c90ffeb71c5 ba6caa525be2 |
children | 173dee4e2611 |
comparison
equal
deleted
inserted
replaced
90115:fb290921b93c | 90116:29e773288013 |
---|---|
180 makefile.mpw. I.e., execute the commands | 180 makefile.mpw. I.e., execute the commands |
181 | 181 |
182 make Emacs -f makefile.MPW > Emacs.MakeScript | 182 make Emacs -f makefile.MPW > Emacs.MakeScript |
183 Emacs.MakeScript | 183 Emacs.MakeScript |
184 | 184 |
185 The above commands create an executable that uses the Carbon API. The | |
186 non-Carbon version can also be created by replacing all the | |
187 occurrences of `Emacs' above with `NonCarbon'. Not that the | |
188 non-Carbon version does not support some features such as file | |
189 dialogs, drag-and-drop, and unicode menus. | |
190 | |
185 To build Emacs using CodeWarrior, start up the CodeWarrior IDE, choose | 191 To build Emacs using CodeWarrior, start up the CodeWarrior IDE, choose |
186 File->Import Project... and select the file cw6-mcp.xml. When | 192 File->Import Project... and select the file cw6-mcp.xml. When |
187 prompted to save the project, navigate to same directory as the file | 193 prompted to save the project, navigate to same directory as the file |
188 cw6-mcp.xml, name the project emacs-cw6.mcp, and save it there. Then | 194 cw6-mcp.xml, name the project emacs-cw6.mcp, and save it there. Then |
189 choose Project->Make. Note that this does not build the DOC file. To | 195 choose Project->Make. Note that this does not build the DOC file. To |