]> git.eshelyaron.com Git - emacs.git/commitdiff
* INSTALL: Remove XCode part.
authorJan Djärv <jan.h.d@swipnet.se>
Wed, 19 Oct 2011 15:42:29 +0000 (17:42 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Wed, 19 Oct 2011 15:42:29 +0000 (17:42 +0200)
nextstep/ChangeLog
nextstep/INSTALL

index 9fcad781339b485c25e862ea27ddff0b972d9071..4e8fe39997001ee3be94b010a94cadc7ce42ebc6 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-19  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * INSTALL: Remove XCode part.
+
 2011-10-18  Jan Djärv  <jan.h.d@swipnet.se>
 
        * Cocoa/Emacs.xcodeproj:
index 5bc59c6c6fabff358fa451edf528d776966c2f6e..2a3e16319868e9071f1f843b329b7ab038baf7ed 100644 (file)
@@ -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
 ------------------------------------