Hi Robert,

Changing my scripts I was wondering if it should be possible to make a
little modification on the CMake build directories (under Windows).
Currently when I build OSG I have into the lib directory the following
directory tree :

- debug (core dll inside)
- release (core dll inside)
- osgPlugins-1.9.5
- debug (plugins dll inside)
- release (plugins dll inside)

Should it be possible and maybe should it be more logical to have it like
that :

- debug (core dll inside)
- osgPlugins-1.9.5 (plugins dll inside)
- release (core dll inside)
- osgPlugins-1.9.5 (plugins dll inside)

Like that, when looking for the dlls, it allows to only copy the content of
the debug or release directories depending on the configuration.

--
Serge Lages
http://www.magrathea-engine.org
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to