inter-target build dependencies?
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.