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)? 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.

Not sure I like it, but an option.

        Dirk

------------------------------------------------------------------------------
_______________________________________________
Opensg-core mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-core

Reply via email to