Am Freitag, den 26.03.2010, 03:52 +0100 schrieb Uwe Stöhr:
> Am 25.03.2010 22:13, schrieb Peter Kümmel:
> 
> >> devenv lyx.sln /clean Release
> >
> > I'm not sure if denenv is part of the Express version of VC.
> 
> It is not part, I'm now using this command with success:
> 
> start lyx.sln /clean Release
> 
> However, the "Release" option has no effect. MSVC is always started in the 
> debug configuration. I 
> manually have to reset its config to release mode.
> 
> regards Uwe

If you wanna build in the command line, try out the -G"NMake Makefiles"
generator, it generates makefiles which could be used by nmake:

   cmake ..\trunk\development\cmake  -G"NMake Makefiles" -Drelease=1
   nmake

But sometimes the command line calls are too long then the build stops,
so I'm not sure if it works for lyx.

Peter




Reply via email to