aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mac/INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/mac/INSTALL b/mac/INSTALL
index 88306ae0573..4463b8f32e2 100644
--- a/mac/INSTALL
+++ b/mac/INSTALL
@@ -182,6 +182,12 @@ makefile.mpw. I.e., execute the commands
182 make Emacs -f makefile.MPW > Emacs.MakeScript 182 make Emacs -f makefile.MPW > Emacs.MakeScript
183 Emacs.MakeScript 183 Emacs.MakeScript
184 184
185The above commands create an executable that uses the Carbon API. The
186non-Carbon version can also be created by replacing all the
187occurrences of `Emacs' above with `NonCarbon'. Not that the
188non-Carbon version does not support some features such as file
189dialogs, drag-and-drop, and unicode menus.
190
185To build Emacs using CodeWarrior, start up the CodeWarrior IDE, choose 191To build Emacs using CodeWarrior, start up the CodeWarrior IDE, choose
186File->Import Project... and select the file cw6-mcp.xml. When 192File->Import Project... and select the file cw6-mcp.xml. When
187prompted to save the project, navigate to same directory as the file 193prompted to save the project, navigate to same directory as the file