• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: build phase execution order
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: build phase execution order


  • Subject: Re: build phase execution order
  • From: Chris Espinosa <email@hidden>
  • Date: Sun, 21 Nov 2004 20:55:40 -0800

On Nov 21, 2004, at 10:50 AM, James E. Hopper wrote:

I am working on making the ada compiler work with native targets. its long worked with jambase but i want to move it to use the native targets. i have ada in the build rules and so that works ok with a small exception. the bigger problem is that i need a script phase after compile and before link. the script phase. It doesnt have any inputs or outputs. it uses script phase environment variables to tell it what to do. it creates a .o file that i add to the target phase. looking at what i can find on the developer area of apples website, its very confusing as to how order is determined. the docs imply that the order is undefined, unless you specify input files and output files. this seems less than useful as there is no way to specify a script phase order for a script that doesnt have inputs/outputs.

is there anyway in a native target to force the order of a script phase to be after compile, but before link?

Try dragging it and dropping it between the compile and the link phases. The order of the phases top to bottom in the target is the order of execution, first to last, and you can change it by dragging.


Chris

_______________________________________________
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


References: 
 >build phase execution order (From: "James E. Hopper" <email@hidden>)

  • Prev by Date: Re: find out host screen resolution...
  • Next by Date: Including vImage
  • Previous by thread: build phase execution order
  • Next by thread: mouse tracking outside a view window?
  • Index(es):
    • Date
    • Thread