13 Apr
2004
13 Apr
'04
5:17 a.m.
Thanks, that probably solves the INKSCAPE_MARKERDIR issues Jon and I were struggling with Sunday!
Bryce
On Mon, 12 Apr 2004, Kees Cook wrote:
I moved the INKSCAPE_*DIR paths into config.h so that all subdirs would pick them up. This also makes it dependencies will be checked correctly if "configure" is re-run and paths change. Before, you could change the "prefix" and some .cpp files would not get recompiled with the new path.
Hopefully my logic is sane and I haven't horribly broken anything. It seems that either way (with Makefile -D's or with config.h #defines) the paths end up compiled in, so there's no difference other than better visibility to the defines.