Hi Farshid,
Thanks, I will go ahead and add these to the trunk.
Thanks for that.
I am going to keep the existing Visual Studio projects though. The existing projects can be used for both 32 and 64-bit builds. I even wrote a Python script in the "Setup" folder that automates building the Visual Studio projects for each version/platform and creates the installer.
It's very easy to do the same with the CMake-generated projects. You just generate projects for both architectures (can also be done from a batch file or script) and build both from the script the same way you build the current solution files.
I think keeping one set of build files is simpler in maintenance, but it's up to you.
J-S -- ______________________________________________________ Jean-Sebastien Guay [email protected] http://www.cm-labs.com/ http://whitestar02.dyndns-web.com/ _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

