You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "G.J. Doornink" <dk...@xs4all.nl> on 2007/10/29 21:40:45 UTC

[PATCH] Add missing sqlite3.dll to windows distribution

Currently sqlite3.dll is missing from the windows binary distribution
(zip files and installer).

The following patch fixes this.

[[[
Add sqlite3.dll to the windows binary distribution.

* build/win32/make_dist.py
  (_disttree): Add sqlite3.dll.

* packages/windows-innosetup/Readme.txt
  Add path_sqlite to the 'Dynamic build data' section.

* packages/windows-innosetup/svn.iss
  Add sqlite3.dll to [Files] section.

* packages/windows-innosetup/templates/svn_dynamics.iss
  Define path to sqlite3.dll.

Patch by: G.J. Doornink
]]]

-- 
G.J. Doornink <dk...@xs4all.nl>

Re: [PATCH] Add missing sqlite3.dll to windows distribution

Posted by "D.J. Heap" <dj...@gmail.com>.
On 10/29/07, G.J. Doornink <dk...@xs4all.nl> wrote:
> Currently sqlite3.dll is missing from the windows binary distribution
> (zip files and installer).
>
> The following patch fixes this.


I'll take a look at and apply this once I get the installer build
going so I can test it.  I'm not sure exactly when that will be, but
hopefully before next week.

Of course, someone else may beat me to it which would be great.

Thanks!

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Add missing sqlite3.dll to windows distribution

Posted by "D.J. Heap" <dj...@gmail.com>.
On 10/29/07, G.J. Doornink <dk...@xs4all.nl> wrote:
> Currently sqlite3.dll is missing from the windows binary distribution
> (zip files and installer).
>
> The following patch fixes this.
>
> [[[
> Add sqlite3.dll to the windows binary distribution.
>
> * build/win32/make_dist.py
>  (_disttree): Add sqlite3.dll.
>
> * packages/windows-innosetup/Readme.txt
>  Add path_sqlite to the 'Dynamic build data' section.
>
> * packages/windows-innosetup/svn.iss
>  Add sqlite3.dll to [Files] section.
>
> * packages/windows-innosetup/templates/svn_dynamics.iss
>  Define path to sqlite3.dll.
>
> Patch by: G.J. Doornink
> ]]]
>


Committed in r27573.  Thanks!

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org