On 4/3/07, Kouhei Sutou <kou@cozmixng.org> wrote:
[snip]
>
> I changed my thought. We should include all DLLs. What about
> attached patch?
>
>
> Thanks,
> --
> kou
>
> Index: build/win32/make_dist.py
> ===================================================================
> --- build/win32/make_dist.py (revision 24376)
> +++ build/win32/make_dist.py (working copy)
> @@ -273,7 +273,13 @@
> FileGlob('%(blddir)s/libsvn_*/*.dll'),
> File('%(@apr)s/%(aprrel)s/libapr.dll'),
> File('%(@apr-iconv)s/%(aprrel)s/libapriconv.dll'),
> - File('%(@apr-util)s/%(aprrel)s/libaprutil.dll')),
> + File('%(@apr-util)s/%(aprrel)s/libaprutil.dll'),
> + File('%(@berkeley-db)s/bin/libdb%(bdbver)s.dll'),
> + OptFile('%(@openssl)s/out32dll/libeay32.dll'),
> + OptFile('%(@openssl)s/out32dll/ssleay32.dll'),
> + OptFile('%(@libintl)s/bin/intl3_svn.dll'),
> + File('%(@neon)s/libneon.lib'),
> + OptFile('%(@zlib)s/zlibstat.lib')),
I don't think you'll need the neon and zlib static libs unless they
are needed for building/linking something later. If they are needed,
go ahead and commit this. If not, remove them and commit.
Thanks!
DJ
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 3 15:32:22 2007