Hi Bill,

Will this correctly append the "d" suffix for debug builds? That is,
"osg.lib" for release, and "osgd.lib" for debug. Appending "d" to the base library file name is one of the tasks that this macro performs, so if we're
going to get rid of the macro, I want to make sure we still have a way to
differentiate between debug and release libs.

Yes, 2.6 should do all that for you now, as long as the things you are linking are part of the osg cmake build.

Additionally, as Luigi said, the macro puts lib files in CMAKE_INSTALL_PREFIX/lib, and DLL files in CMAKE_INSTALL_PREFIX/bin, instead of putting everything in lib/Release or lib/Debug. Is that also a workaround that should be removed for 2.6?

Is there not a way to have code that works for 2.4 and 2.6, instead of having to maintain two paths?

Thanks for your help, btw.

J-S
--
______________________________________________________
Jean-Sebastien Guay    [EMAIL PROTECTED]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to