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

Re: VC++ 2005 Express build

From: D.J. Heap <djheap_at_gmail.com>
Date: 2005-12-16 15:39:25 CET

On 12/16/05, George Wieggers <george.wieggers@gmail.com> wrote:
> Visual C++ 2005 Express can't do an automated build (using msbuild),
> because the generated .sln file contains some errors.
>

Yes, msbuild doesn't work because it doesn't support C++ projects yet
(a bit of google searching on "msbuild C++" shows the large amount of
unhappiness over this).

Use:

devenv.exe subversion_vcnet.sln /rebuild Release /project __ALL_TESTS__

or something similar and it works fine.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 16 15:40:28 2005

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

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