diff options
| author | YAMAMOTO Mitsuharu | 2005-03-05 03:41:34 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-03-05 03:41:34 +0000 |
| commit | c2b735aaf86a035e5be3bd5d868b415358ff8083 (patch) | |
| tree | 4b5c7712f5ec6f101d842488b882d898e188edf3 | |
| parent | 561a8f987c10712b057e98f7746a7a3baea101b7 (diff) | |
| download | emacs-c2b735aaf86a035e5be3bd5d868b415358ff8083.tar.gz emacs-c2b735aaf86a035e5be3bd5d868b415358ff8083.zip | |
Mention new target `NonCarbon'.
| -rw-r--r-- | mac/INSTALL | 6 |
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 | ||
| 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 |