• 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
inter-target build dependencies?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

inter-target build dependencies?


  • Subject: inter-target build dependencies?
  • From: GoochRules! <email@hidden>
  • Date: Wed, 2 Jun 2004 10:43:00 -0600

I have an application that uses dlopen/dlsym to load arbitrary modules at run time. My Xcode project contains the main executable, a static library containing common code, and a number of dynamic libraries.

In VS.Net2003 I am able to have projects depend on other projects, so that if I were to edit code in the static library, I only need to build the main executable, and all other projects will be rebuilt (since they all depend on the static library). Or, If I were to change code in one of the dynamic libraries, it and the main executable would be rebuilt (although, rebuilding the main executable might not actually do anything, yet the IDE still checks to make sure everything is up-to-date). The advantage here is that I only ever have to rebuild the main executable, and all of the targets are guaranteed to be updated.

Is there any way to do this in Xcode?

--Matthew Peltzer
email@hidden
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: inter-target build dependencies?
      • From: joshua portway <email@hidden>
    • Re: inter-target build dependencies?
      • From: Finlay Dobbie <email@hidden>
    • Re: inter-target build dependencies?
      • From: Jeremy Dronfield <email@hidden>
  • Prev by Date: Re: very sluggish editing
  • Next by Date: Re: struct completion
  • Previous by thread: Re: struct completion
  • Next by thread: Re: inter-target build dependencies?
  • Index(es):
    • Date
    • Thread