Mercurial > emacs
comparison nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj @ 103258:a160f9ffc66f
finish 5/17 check-in
author | Adrian Robert <Adrian.B.Robert@gmail.com> |
---|---|
date | Tue, 19 May 2009 17:31:02 +0000 |
parents | e0d2d5addcbf |
children | 3ad71a3c2535 |
comparison
equal
deleted
inserted
replaced
103257:488dc577a7c2 | 103258:a160f9ffc66f |
---|---|
491 | 491 |
492 /* Begin PBXShellScriptBuildPhase section */ | 492 /* Begin PBXShellScriptBuildPhase section */ |
493 3CED88240FC0FE7C005ACB89 /* ShellScript */ = { | 493 3CED88240FC0FE7C005ACB89 /* ShellScript */ = { |
494 isa = PBXShellScriptBuildPhase; | 494 isa = PBXShellScriptBuildPhase; |
495 buildActionMask = 2147483647; | 495 buildActionMask = 2147483647; |
496 comments = "This script sets up the Emacs.app bundle by copying from Cocoa/Emacs.base, and copying the binary emacs. It runs the ns-app target in src/Makefile. This depends on emacs target, so temacs resulting from previous step is dumped into emacs."; | |
497 files = ( | 496 files = ( |
498 ); | 497 ); |
499 inputPaths = ( | 498 inputPaths = ( |
500 Emacs.base, | 499 Emacs.base, |
501 ../../src/emacs, | 500 ../../src/temacs, |
502 ); | 501 ); |
503 outputPaths = ( | 502 outputPaths = ( |
504 ../Emacs.app, | 503 ../Emacs.app, |
505 ../Emacs.app/Contents/MacOS/Emacs, | 504 ../Emacs.app/Contents/MacOS/Emacs, |
506 ); | 505 ); |
507 runOnlyForDeploymentPostprocessing = 0; | 506 runOnlyForDeploymentPostprocessing = 0; |
508 shellPath = /bin/sh; | 507 shellPath = /bin/sh; |
509 shellScript = "cd ../../src\nif [ ! -x ../nextstep/Emacs.app/Contents/Info.plist ]; then\n\trm -fr ../nextstep/Emacs.app\nfi\nmake ns-app\n"; | 508 shellScript = "# This script sets up the Emacs.app bundle by copying from Cocoa/Emacs.base,\n# and copying the binary emacs. It runs the ns-app target in src/Makefile.\n# This depends on emacs target, so temacs resulting from previous step is\n# dumped into emacs.\n\ncd ../../src\n\n# This must be done to force the following script to run.\nif [ ! -r ../nextstep/Emacs.app/Contents/Info.plist ]; then\n\trm -fr ../nextstep/Emacs.app\nfi\n\nmake ns-app\n"; |
510 }; | 509 }; |
511 3CED883D0FC0FF6E005ACB89 /* ShellScript */ = { | 510 3CED883D0FC0FF6E005ACB89 /* ShellScript */ = { |
512 isa = PBXShellScriptBuildPhase; | 511 isa = PBXShellScriptBuildPhase; |
513 buildActionMask = 12; | 512 buildActionMask = 12; |
514 comments = "This script copies the lisp and other files into the bundle (if self-contained configuration was selected at configure time), or the install location (otherwise)."; | 513 comments = "This script copies the lisp and other files into the bundle (if self-contained configuration was selected at configure time), or the install location (otherwise)."; |