I am using absolute paths for my includes, so I can compile the
same source with Visual C++ and with XCode. For XCode I am setting
the "User Header Search Path" in the build-settings accordingly.
One of those two is obsolete.
How do other people lay out their headers and source-files for
cross-plattform application-development?
I don't even know how templates work, but I'm pretty sure absolute
paths in includes are unusual. You might want to try plain includes
if you don't already:
#include "file1.h"
This is what Xcode probably knows best and confuses the dependency
checker least.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden