restructure source folders
Brought to you by:
sjbaker
hi, congratulations for migrating over to SVN!
Hopefully this would enable some restructuring of the source folders, too?
I mean, I've always wanted to update plib from CVS/SVN, however I would like NOT to have to *install* plib in order to easily use it with my sources.
Rather I would like the installed source structure (mainly headers) to be identical with the one used directly in plib, that way one could simply pass corresponding CXXFLAGS to the make process, so there would no longer be a need to up install plib for each new revision.
Logged In: NO
this would also be useful to more easily refer to a location containing all the created static libraries, i.e. to easily compile plib applications without necessarily having to install plib.
However, a less complicated and actually pretty straight forward approach would be to simply introduce two new directories "include" and "lib" that would simply contain symlinks to the relevant files (headers and libs).
Any thoughts about this?
Would you accept a corresponding patch?