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

Re: Win32 Project Generator

From: Brandon Ehle <azverkan_at_yahoo.com>
Date: 2002-12-03 15:37:59 CET

>
>
>I think that's fine... Oh, one possible nit: APR uses LibR and LibD as
>the output directories for the static libraries; it uses Release and
>Debug for the dynamic ones. I suggest we follow the same scheme, if only
>because it makes a certain amount of sense.
>
>
The reason for the top level directory at all is because when your
generating shared libraries, the shared libraries and exes must be in
the same path to run. Putting libs in LibR and apps in AppR or ExeR
will not achieve this object. We could slap everything in the LibR and
LibD dirs (exes, libs, & dlls), but that isn't as clear to long time
MSVC users.

>I have one interesting question, though: How do you generate the project
>file for mod_dav_svn.so? If you're building static libraries, then that
>dsp will have to rebuild mod_dav_svn's dependencies so that they link
>with the APR DLLs, not static APR, because that's what Apache uses.
>Notice what I did in the current handmade mod_dav_svn.dsp.
>
>
>
Haven't touched mod_dav_svn yet. This should be easy though, as I
believe apr has static and non-static projects to link against.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 3 15:46:05 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.