Thanks, those were the clues I needed! On a related note, is it possible to get some sort of feedback on the console from the VS devenv when it's doing an automated batch build? I've only been able to run devenv as either full interactive GUI mode, or dead silent batch mode. It would really be nice for a middle ground, where it might print some kind of progress as it performs a batch build.
cheers -- mew Mike Weiblen -- Zebra Imaging -- Austin Texas USA -- http://www.zebraimaging.com/ > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:osg-users- > [EMAIL PROTECTED] On Behalf Of Serge Lages > Sent: Tuesday, May 29, 2007 11:23 AM > To: osg users > Subject: Re: [osg-users] semi-OT: CMake & envars on win32? > > Hi Mike, > > Here is a example of the -D option, I use it this way on my build scripts > : > call "C:\Program Files\CMake 2.4\bin\cmake.exe" . - > DCMAKE_INSTALL_PREFIX=./Debug -DBUILD_OSG_EXAMPLES=OFF - > DBUILD_OSG_NET_PLUGINS=OFF > > It generates the sln and vcproj files and then I call VS8 : > devenv INSTALL.vcproj /build Debug /Project "INSTALL" > > > On 5/29/07, Mike Weiblen <[EMAIL PROTECTED]> wrote: > > Hi, a question for Cmake experts: > > I'm using cmake-2.4.6-win32-x86.exe on WinXP. > > I'm trying to wrap CMakeSetup.exe with a .bat file that sets several > environment variables, and have those values override some default > configuration values; basically hardcode all my values and run > CMakeSetup.exe non-interactively. See attached example. > > I've seen docs refering to a "-D" switch, but no examples of its > use, > plus I'm not clear if it only works w/ ccmake and not > CMakeSetup.exe. > > TIA > -- mew > > > Mike Weiblen -- Zebra Imaging -- Austin Texas USA -- > http://www.zebraimaging.com/ > > > > _______________________________________________ > osg-users mailing list > osg-users@openscenegraph.net > http://openscenegraph.net/mailman/listinfo/osg-users > <http://openscenegraph.net/mailman/listinfo/osg-users> > http://www.openscenegraph.org/ > > > > > > > -- > Serge Lages > http://www.magrathea-engine.org <http://www.magrathea-engine.org> _______________________________________________ osg-users mailing list osg-users@openscenegraph.net http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/