From 293cc56ee2e8976446e395e825cc7fdc4b1a1839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Dj=C3=A4rv?= Date: Wed, 19 Oct 2011 17:42:29 +0200 Subject: * INSTALL: Remove XCode part. --- nextstep/ChangeLog | 4 ++++ nextstep/INSTALL | 21 --------------------- 2 files changed, 4 insertions(+), 21 deletions(-) (limited to 'nextstep') diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog index 9fcad781339..4e8fe399970 100644 --- a/nextstep/ChangeLog +++ b/nextstep/ChangeLog @@ -1,3 +1,7 @@ +2011-10-19 Jan Djärv + + * INSTALL: Remove XCode part. + 2011-10-18 Jan Djärv * 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 Move nextstep/Emacs.app to any desired install location. -Xcode ------ - -On OS X Emacs can be built under Xcode. You need to run "configure" -as described above first. There are two targets: 'temacs' and 'Emacs.app'. - -'temacs' will build the undumped emacs executable, and copy it and the -*.o files to the src directory. These steps are necessary so the next target -works. - -'Emacs.app' uses "Run Script" build phases to assemble the Emacs.app bundle. -It uses the 'ns-app' target in src/Makefile together with the 'install' target -in the top level Makefile. - -The source files under the temacs target must list "pre-crt0" first -and "lastfile" last, so that dumping works. - -(Note, under GNUstep, you CAN'T use ProjectCenter, since PC cannot work -with files outside of its project directory.) - - Distributions and Universal Binaries ------------------------------------ -- cgit v1.2.1