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

Re: Windows Build Command (Low Prio)

From: Mirko Buholzer <mirko_at_buholzer.com>
Date: 2003-08-16 01:10:21 CEST

> In the Install Doc (http://svn.collab.net/repos/svn/trunk/INSTALL) Chapter II.E the
> build command for Windows is mentioned to be "msdev subversion_msvc.dsw /MAKE
> __ALL__". On my VC6 SP5 this command doesn't work. I got an error message "Error:
> There are no valid targets to build."
> If you try with the command "msdev subversion_msvc.dsw /MAKE ALL" it works.

/MAKE ALL builds all Projects in the Workspace. The excact command would be:

msdev subversion_msvc.dsw /MAKE "__ALL__ - Win32 Release"

Any Feedback?

Regards, Mirko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 16 01:20:35 2003

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

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