Dirk Reiners wrote:
        Hi Marcus,

Marcus Lindblom wrote:
Gerrit Voss wrote:
Now the question for the windows gurus, how do I handle this on
Windows ? Any good idea which does not involve copying files which
the debugger might catch instead of the real header file  ?
I realized the other day that QT has a rather flat include directory with header files that simply include their real counterpart deep in the source dir, i.e. :

include/foo.h:
#include "../src/foo/foo.h"

That might be a way forward, but it requires having the source dir nearby.

Is that what they use in an installed version (I don't have QT handy to check right now)?
At least on Windows.
I guess that would be a way to simulated links without links, we could just have an OpenSG/ dir with those stub files and a full hierarchy copy in OpenSG/internal, which could be a link for development.
It's still a copy then, which wouldn't solve the problem? Or how did you think it would work?

How about two options, either copy for header-only dist (as we do now) or generate link-headers, for dev-with-source distributions?
Not sure I like it, but an option.
Cheers
/Marcus
------------------------------------------------------------------------------
_______________________________________________
Opensg-core mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-core

Reply via email to