[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [IMP-dev] IMP build directory




On Sep 22, 2008, at 5:42 PM, Ben Webb wrote:

Daniel Russel wrote:
It would be much better to either just leave the headers in a central
include directory (and, if you want to enforce permissions, enforce
them on a per directory basis), or create links instead (although this
might complicate installation?).

I am going to do the latter - it doesn't complicate installation since
the files are installed from their original locations anyway - but it is
a little tricky to do because symbolic links do not work on all
platforms. I'll write a custom builder to do that, but right now I'm
concentrated on putting all the modules in a state where people can get
their changes in easily. ;)
Sounds good. Thanks.