[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: Branko Čibej <brane_at_xbc.nu>
Date: 2002-12-03 00:49:46 CET

Brandon Ehle wrote:

> Changed the MSVC6 generator to put files in:
>
> - trunk/subversion_msvc.dsw
> - trunk/build/win32/msvc-dsp/<projectname>.dsp
>
> Output Directories are currently:
>
> - trunk/Release/<libsvn_libname>.lib
> - trunk/Debug/<libsvn_libname>.lib
> - trunk/Release/<exename>.exe
> - trunk/Debug/<exename>.exe
> - trunk/build/win32/msvc-dsp/Release/<projectname>/<cfile>.obj
> - trunk/build/win32/msvc-dsp/Debug/<projectname>/<cfile>.obj
>
> Is this ok for everyone or would you rather bury the .lib and .exe
> files in the trunk/build/win32/msvc-dsp/Debug dir?

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.

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.

-- 
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 Tue Dec 3 00:50:22 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.