Strange behavior for headers dependencies
Strange behavior for headers dependencies
- Subject: Strange behavior for headers dependencies
- From: Richard Young <email@hidden>
- Date: Mon, 17 Nov 2003 14:36:13 -0500
Hi,
I have difficulty to understand how Xcode manage dependencies. So I do
a simple projet containing 2 cpp and using 2 headers.
cpp1 include h1
cpp2 include h2
If I change h1, when I build, cpp1 is compiled...
If I change h2, when I build, cpp2 is compiled...
If I change cpp1 to also include h2, when I build, cpp1 is compiled
Untils now it's what I've expected :)
Now, If I change h2, only cpp2 is compiled not cpp1 :(
I found that if I close the project and I reopen it, that after
If I change h2, cpp1 and cpp2 are compiled :)
-------
This added to Xcode speed, make it very frustrating to discover that
often the problem come from a wrong depedencies management.
So if someone really understand how Xcode manage depencies, please tell
me.
Richard Young
Abvent
_______________________________________________
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.