aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2011-10-19 17:42:29 +0200
committerJan Djärv2011-10-19 17:42:29 +0200
commit293cc56ee2e8976446e395e825cc7fdc4b1a1839 (patch)
tree66b71d0cb1cf55d30616f10fac8e83d637a677bb
parent06e21633a4a9de1e8013376cf92d912817df28cd (diff)
downloademacs-293cc56ee2e8976446e395e825cc7fdc4b1a1839.tar.gz
emacs-293cc56ee2e8976446e395e825cc7fdc4b1a1839.zip
* INSTALL: Remove XCode part.
-rw-r--r--nextstep/ChangeLog4
-rw-r--r--nextstep/INSTALL21
2 files changed, 4 insertions, 21 deletions
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog
index 9fcad781339..4e8fe399970 100644
--- a/nextstep/ChangeLog
+++ b/nextstep/ChangeLog
@@ -1,3 +1,7 @@
12011-10-19 Jan Djärv <jan.h.d@swipnet.se>
2
3 * INSTALL: Remove XCode part.
4
12011-10-18 Jan Djärv <jan.h.d@swipnet.se> 52011-10-18 Jan Djärv <jan.h.d@swipnet.se>
2 6
3 * Cocoa/Emacs.xcodeproj: 7 * Cocoa/Emacs.xcodeproj:
diff --git a/nextstep/INSTALL b/nextstep/INSTALL
index 5bc59c6c6fa..2a3e1631986 100644
--- a/nextstep/INSTALL
+++ b/nextstep/INSTALL
@@ -30,27 +30,6 @@ Installation
30Move nextstep/Emacs.app to any desired install location. 30Move nextstep/Emacs.app to any desired install location.
31 31
32 32
33Xcode
34-----
35
36On OS X Emacs can be built under Xcode. You need to run "configure"
37as described above first. There are two targets: 'temacs' and 'Emacs.app'.
38
39'temacs' will build the undumped emacs executable, and copy it and the
40*.o files to the src directory. These steps are necessary so the next target
41works.
42
43'Emacs.app' uses "Run Script" build phases to assemble the Emacs.app bundle.
44It uses the 'ns-app' target in src/Makefile together with the 'install' target
45in the top level Makefile.
46
47The source files under the temacs target must list "pre-crt0" first
48and "lastfile" last, so that dumping works.
49
50(Note, under GNUstep, you CAN'T use ProjectCenter, since PC cannot work
51with files outside of its project directory.)
52
53
54Distributions and Universal Binaries 33Distributions and Universal Binaries
55------------------------------------ 34------------------------------------
56 35