G.J. Doornink <dkg@xs4all.nl>
r27573 | djh | 2007-11-02 13:56:54 -0500 (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
r27476 | dlr | 2007-10-29 17:59:04 -0500 (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
r21424 | dlr | 2006-09-11 12:05:25 -0500 (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>
r21267 | djh | 2006-08-25 20:30:23 -0500 (Fri, 25 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.
r21022 | dlr | 2006-08-08 11:36:54 -0500 (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>