There is a JIRA requesting to bundle include files with the build binary.
To work with other library, the common practice, at least for, is to use dependency to download and unpack the whole bundle ( header + libs) and configure native plugin to find the downloaded headers and lib, before compilation start. There are alternative, using NAR plugin, please search the list. -D On 5/2/07, David Jackman <[EMAIL PROTECTED]> wrote:
I've taken a good look at the native plugin and its example projects in svn. I think I see how I can put it all together except for one thing: the header files. The example projects all share the same source directory, which contains the header files. For my own library project, that isn't possible. What's the "best practice" way to distribute the header files as well as the library? And, when using a library dependency, how does the native plugin put the header files in a place that will be seen by the compiler? ..David..
