Re: [CMake] Build install from command line Visual Studio

2009-03-03 Thread Bill Hoffman
John Drescher wrote: This worked for me inside the folder containing the sln file and running from a Visual Studio 2005 command prompt. X:\VC.80\Lung\QtBasicUtils>devenv QtBasicUtils.sln /build Debug /project INSTALL You might also want to look at msbuild. -Bill _

Re: [CMake] Build install from command line Visual Studio

2009-03-03 Thread John Drescher
This worked for me inside the folder containing the sln file and running from a Visual Studio 2005 command prompt. X:\VC.80\Lung\QtBasicUtils>devenv QtBasicUtils.sln /build Debug /project INSTALL Microsoft (R) Visual Studio Version 8.0.50727.762. Copyright (C) Microsoft Corp 1984-2005. All right

Re: [CMake] Build install from command line Visual Studio

2009-03-03 Thread Anders Backman
I would, if could. Thats the point. The question was: "from the command line" Not inside the IDE. On Tue, Mar 3, 2009 at 7:29 PM, Timenkov Yuri wrote: > Just use "build project" command on it (through right click, for example). > > On 3/3/09, Anders Backman wrote: >> Hi all. >> >> A slightly

Re: [CMake] Build install from command line Visual Studio

2009-03-03 Thread Timenkov Yuri
Just use "build project" command on it (through right click, for example). On 3/3/09, Anders Backman wrote: > Hi all. > > A slightly off-topic, but perhaps not question ;-) > > Is there a way to build the INSTALL project from the command line? > > Im trying the following: > > devenv /useenv vrlib

[CMake] Build install from command line Visual Studio

2009-03-03 Thread Anders Backman
Hi all. A slightly off-topic, but perhaps not question ;-) Is there a way to build the INSTALL project from the command line? Im trying the following: devenv /useenv vrlib.sln /build Debug /project INSTALL Microsoft (R) Visual Studio Version 9.0.21022.8. Copyright (C) Microsoft Corp. All rig