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

Re: experimental patch: MSVC project file generation

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-12-14 04:26:55 CET

Brandon Ehle wrote:

> mod_dav_svn is a whole new mess of its own, but I think the solution
> is feasible. Basically compiling mod_dav_svn makes you need to link
> against the versions of apr & apr-util & expat that come with apache.
> Also you have to change some defines. Rather than adding 2 copies of
> libsvn_fs, libsvn_repos, libsvn_delta, & libsvn_subr project files
> just for mod_dav_svn, I've included all the sources for those files
> inside of mod_dav_svn's project. The only thing of note is that I
> must rename subversion/mod_dav_svn/log.c &
> subversion/mod_dav_svn/repos.c to avoid compiler conflicts.

No; instead, the object files from the other libraries must go into
separate subdirectories. Look at how
subversion/mod_dav_svn/mod_dav_svn.dsp is doing it now.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Dec 14 04:27:38 2002

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.