Links to other projects
Links to other projects
- Subject: Links to other projects
- From: Geoff Leyland <email@hidden>
- Date: Thu, 20 May 2004 08:46:23 +1200
Hi,
I have an xcode project - A.xcode - that has several targets, one of
which build libA.a.
I have another project - B.xcode - which has a target B_test that links
to libA.a. I would add a target to B.xcode that will build A.xcode's
libA.a target before B_test is linked.
I've tried external targets (not the right thing), I've tried dragging
the the libA.a target from A.xcode to B.xcode (it *moves* the target!),
and option-dragging (finder shortcut for dragging a copy - doesn't
work) and command-option dragging (finder shortcut for dragging an
alias - doesn't work).
I suppose that I *could* create a duplicate of the the libA.a target
and copy it into B.xcode, but that really defeats the whole point of
having all build info libA.a in one place.
This is easy in Codewarrior and MSVC. Anyone know what I'm missing?
cheers,
Geoff
_______________________________________________
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.