[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Building using VC++ 2005 Express

From: George Wieggers <george.wieggers_at_gmail.com>
Date: 2005-12-12 18:44:25 CET

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

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.