G.J. Doornink <dkg@xs4all.nl>


Patch
r867647, r867550, r861498, r861341, r861096

r861096 | dlr | 2006-08-08 16:36:54 +0000 (Tue, 08 Aug 2006)

Fix a syntax error that prevents newer Inno Setup versions
(e.g. 5.1.5) from compiling the script.

* packages/windows-innosetup/svn.iss: Add missing element separator.

Patch by: G.J. Doornink <dkg@xs4all.nl>


r861341 | djh | 2006-08-26 01:30:23 +0000 (Sat, 26 Aug 2006)

Fix Debug target build failure by explicitly specifying the
Custom Build directives for both the Release and Debug target.

Patch by: G.J. Doornink <dkg@xs4all.nl>

* build/generator/msvc_dsp.ezt
  Fix Debug target build failure by explicitly specifying the
  Custom Build directives for both the Release and Debug target.
 


r861498 | dlr | 2006-09-11 17:05:25 +0000 (Mon, 11 Sep 2006)

Add svnsync to the win32 installer.

* packages/windows-innosetup/Readme.txt
* packages/windows-innosetup/svn.iss
* packages/windows-innosetup/templates/svn_dynamics.iss
  Add svnsync.

Patch by: G.J. Doornink <dkg@xs4all.nl>


r867550 | dlr | 2007-10-29 22:59:04 +0000 (Mon, 29 Oct 2007)

Add missing definition for ruby to the make_dist.conf template.

* build/win32/make_dist.conf.template
  (tools): Add "ruby" definition section.

Patch by: G.J. Doornink


r867647 | djh | 2007-11-02 18:56:54 +0000 (Fri, 02 Nov 2007)

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