[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 22:42:48 CET

On 12/16/05, Stefan Küng <tortoisesvn@gmail.com> wrote:
[sinp]
> Isn't that what the apr*_fake projects are for? All Subversion modules
> depend on those fake projects. But the __ALL__ project depends on the
> real apr projects too. What I now need is a project which depends on all
> Subversion projects but *not* the real apr projects.
>

They are for setting up library dependencies on other libraries.

The problem is that the dependencies are a chain...I don't know how to
create a project (fake or not) that depends on Subversion but doesn't
depend on apr, when Subversion depends on apr.

It looks like you can setup a new Build Configuration (like
ReleaseNoApr) and deselect the apr projects so they don't get
built...but you still have to build Release first to get apr built, so
that's not too good.

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 22:43:34 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.