diff options
author | Andrew Choi <akochoi@shaw.ca> | 2000-10-25 11:47:10 +0000 |
---|---|---|
committer | Andrew Choi <akochoi@shaw.ca> | 2000-10-25 11:47:10 +0000 |
commit | 2d7d039022666382c709919697fb9581998edbd4 (patch) | |
tree | 90cfd26313e0979604906aaf7377381a457bd377 /mac/INSTALL | |
parent | f4cbc7a0ddcf48c84469bfd3e8350664667657ce (diff) | |
download | emacs-2d7d039022666382c709919697fb9581998edbd4.tar.gz |
2000-10-25 Andrew Choi <akochoi@i-cable.com>
* cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
* cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
* inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
* inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
Diffstat (limited to 'mac/INSTALL')
-rw-r--r-- | mac/INSTALL | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mac/INSTALL b/mac/INSTALL index 18ab3b4d201..91d89d3ca03 100644 --- a/mac/INSTALL +++ b/mac/INSTALL @@ -38,12 +38,12 @@ makefile.mpw. I.e., execute the commands Emacs.MakeScript To build Emacs using CodeWarrior, start up the CodeWarrior IDE, choose -File->Import Project... and select the file emacs-cw5.mcp.xml or -emacs-cw6.mcp.xml, depending on which verison of CodeWarrior used. -When prompted to save the project, navigate to same directory as the -file emacs-cw[56].mcp.xml, name it emacs-cw5.mcp or emacs-cw6.mcp, and -save it there. Then choose Project->Make. Note that this does not -build the DOC file. To do so, use MPW and build the target "Doc" in +File->Import Project... and select the file cw5-mcp.xml or +cw6-mcp.xml, depending on which verison of CodeWarrior used. When +prompted to save the project, navigate to same directory as the file +cw[56]-mcp.xml, name it emacs-cw5.mcp or emacs-cw6.mcp, and save it +there. Then choose Project->Make. Note that this does not build the +DOC file. To do so, use MPW and build the target "Doc" in makefile.MPW. Once built, the Emacs application (Emacs CW or Emacs MPW) can be |