Sascha Seewald wrote:
Hello!
Are there any plans to provide osg solution/project files for vs2005?
Currently there are only vc6 project files available in cvs.
I know we still can build osg using vs2005 since it will convert
solution files on load. But I'd like to build osg automaticly
(nightly) without user interaction. I tried several command line
options for vcbuild.exe but didn't find a nice solution for vc6 files.
Does someone have experiences with commandline builds of osg?
Thanks in advance
Sascha
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/
I do not know about vs2005, but for vs71 a line like
C:\\PROGRA~1\\MICROS~2.NET\\Common7\\IDE\\devenv.com osg_cvs_head.sln
/build Debug /project osgbase
%VSEXE% <solutionfile> /build <build_type> /project <projectname> should
work without interaction
If you convert the project once, it should work
otherwise, if you are willing to use CMake, me and other people are
trying to set up a build based on that:
CMake is able to generate vs2005 project files, so even be launched by a
nightly build.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/