Re: Xcode-users Digest, Vol 1, Issue 94
Re: Xcode-users Digest, Vol 1, Issue 94
- Subject: Re: Xcode-users Digest, Vol 1, Issue 94
- From: Scott Tooker <email@hidden>
- Date: Tue, 23 Nov 2004 17:31:02 -0800
File a bug then. I know there have been improvements with regards to
build phase ordering issues since 1.5.
Scott
On Nov 23, 2004, at 5:19 PM, James E. Hopper wrote:
With respect if i wanted it at the end i would put it there.
The input files i use in it are not recognized by the xcode build
system so it refuses to honor the order i defined.
The Ada compiler creates the expected .o files, but also a file with
extension .ali which is used by a binding tool after everything is
compiled and before the linker is called to check the consistency of
the build and ensure that all the source files have been properly
compiled.
jim
On Nov 23, 2004, at 4:56 PM, Scott Tooker wrote:
The way this should work is that a shell script with no inputs or
outputs should be run once all the build phases before it are run. If
there are dependencies then we execute the shell script after the
input files (if they have been changed).
Scott
On Nov 23, 2004, at 8:44 AM, Phil Brayshaw wrote:
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden