1.2 dependency issue
1.2 dependency issue
- Subject: 1.2 dependency issue
- From: "Mike Pinkerton" <email@hidden>
- Date: Mon, 26 Apr 2004 09:48:36 -0400 (EDT)
- Organization: AOL
After upgrading to xcode 1.2, i've noticed something in my project no
longer works the way it did under 1.1, notably that libraries included
via -l no longer force a re-link when they change.
My project has makefiles that generate static libs prior to calling
xcode to build the whole thing up into an app with the ui. xcode then
references the libs with -lfoo at link time. Previously, i could
re-build foo then rebuild in xcode and it would relink and pick up the
changes. Now, it doesn't notice the library has changed and says there's
nothing to do. I have to manually touch one of my .mm files to get xcode
to recompile (and thus re-link) which is a pain.
The only thing that's changed is upgrading to 1.2. Am I crazy or have
others noticed this?
--
Mike Pinkerton
Mac Weenie
email@hidden http://people.netscape.com/pinkerton/
_______________________________________________
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.