comparison mac/INSTALL @ 32869:59ce5f754d90

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.
author Andrew Choi <akochoi@shaw.ca>
date Wed, 25 Oct 2000 11:47:10 +0000
parents 923b8d6d8277
children fb3498282d71
comparison
equal deleted inserted replaced
32868:5c376f0d730d 32869:59ce5f754d90
36 36
37 make Emacs -f makefile.MPW > Emacs.MakeScript 37 make Emacs -f makefile.MPW > Emacs.MakeScript
38 Emacs.MakeScript 38 Emacs.MakeScript
39 39
40 To build Emacs using CodeWarrior, start up the CodeWarrior IDE, choose 40 To build Emacs using CodeWarrior, start up the CodeWarrior IDE, choose
41 File->Import Project... and select the file emacs-cw5.mcp.xml or 41 File->Import Project... and select the file cw5-mcp.xml or
42 emacs-cw6.mcp.xml, depending on which verison of CodeWarrior used. 42 cw6-mcp.xml, depending on which verison of CodeWarrior used. When
43 When prompted to save the project, navigate to same directory as the 43 prompted to save the project, navigate to same directory as the file
44 file emacs-cw[56].mcp.xml, name it emacs-cw5.mcp or emacs-cw6.mcp, and 44 cw[56]-mcp.xml, name it emacs-cw5.mcp or emacs-cw6.mcp, and save it
45 save it there. Then choose Project->Make. Note that this does not 45 there. Then choose Project->Make. Note that this does not build the
46 build the DOC file. To do so, use MPW and build the target "Doc" in 46 DOC file. To do so, use MPW and build the target "Doc" in
47 makefile.MPW. 47 makefile.MPW.
48 48
49 Once built, the Emacs application (Emacs CW or Emacs MPW) can be 49 Once built, the Emacs application (Emacs CW or Emacs MPW) can be
50 launched where it is created. 50 launched where it is created.
51 51