Re: Creating a Carbon Framework with header files in multiple directories.
Re: Creating a Carbon Framework with header files in multiple directories.
- Subject: Re: Creating a Carbon Framework with header files in multiple directories.
- From: Philip Aker <email@hidden>
- Date: Mon, 19 Nov 2007 14:55:11 -0800
On 2007-11-19, at 13:53, Matthew Tobiasz wrote:
The one caveat is that since all the header files are first moved
into a single folder, eg. PUBLIC_HEADERS_FOLDER_PATH, unique file
names for all copied header files is required. Then again (correct
me if I'm wrong), it seems that Xcode doesn't handle non-unique
header/source files very well, even when the conflicting files
reside in different directories.
I've seen a few threads about non-unique file names on this list. I
don't have the problem myself so perhaps someone else can speak to a
solution but it seems to me that it would be easy to copy directories
of files with something like:
mkdir -p ${PUBLIC_HEADERS_FOLDER_PATH}/a/b/c
cp ${SRCROOT}/../../src/sys/*.h ${PUBLIC_HEADERS_FOLDER_PATH}/a/b/c
or in one fell swoop with 'ditto'.
Philip Aker
echo email@hidden@nl | tr a-z@. p-za-o.@
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden