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

Re: Win32 Build System (was: Review & commit for svnserve Win32 service support)

From: D.J. Heap <djheap_at_gmail.com>
Date: 2006-02-24 19:06:26 CET

On 2/24/06, Mark Phippard <markp@softlanding.com> wrote:
[snip]
>
> I have always found the Win32 build process to be quite easy. The only
> thing I do not like is that when it comes to customizing the process it is
> not trivial. For example, if you wanted to build without BDB support this
> is easy to do on *nix, but on Windows you either have to hack the project
> files, or learn how to hack gen-make.py and the system itself.

I get rid of BDB support by commenting out the
SVN_LIBSVN_FS_LINKS_FS_BASE defintion in svn_private_config.hw -- BDB
does not get linked if that is not defined, although you still need
the header files present.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 24 19:07:49 2006

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.