Hi,
It seems that devenv isn't there anymore in VC++ 2005 Express, but maybe the
VCBUILD tool can be used:
vcbuild /?
Output:
Microsoft (R) Visual C++ Project Builder - Command Line Version 8.00.50727
Copyright (C) Microsoft Corp 1993-2003. All rights reserved.
Usage: vcbuild [options] [project|solution] [config|$ALL]
Options:
/clean (/c) Clean build outputs only
/error:<str> Prefix to add to error lines on output to stderr
/errfile:<file> Log all errors to the file specified
/htmllog:<file> Logs output to html file specified
(default: $(IntDir)\BuildLog.htm)
/implib Makes an import library for a DLL configuration (does not
link)
/info:<str> Prefix to add to information lines on output to stdout
/link (/l) Performs a link without building sources
/logcommands Prints commands and response files to screen
/logfile:<file> Log all output and build information to the file specified
/override:<file>Override the project settings with the settings in the given
property sheet file
(help output continues.....)
..... I hope it's usefull.
- George
Received on Mon Dec 12 18:47:53 2005