| From: | mha(at)pgfoundry(dot)org (User Mha) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pginstaller - pginst: Add a target for building a ZIP file with debug |
| Date: | 2007-04-12 13:21:28 |
| Message-ID: | 20070412132128.41B3D2172F2@pgfoundry.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Add a target for building a ZIP file with debug symbols in it.
Add a subdirectory with code for custom build tasks. For now, add just a zip task to it, for said target. In the future, expect to migrate some of the ugliest vbscript stuff in there.
Modified Files:
--------------
pginst:
pginst.proj (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/pginst.proj.diff?r1=1.3&r2=1.4)
Added Files:
-----------
pginst/util/tasks:
README.txt (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/tasks/README.txt?rev=1.1&content-type=text/x-cvsweb-markup)
tasks.proj (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/tasks/tasks.proj?rev=1.1&content-type=text/x-cvsweb-markup)
zip.cs (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/tasks/zip.cs?rev=1.1&content-type=text/x-cvsweb-markup)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | User Mha | 2007-04-12 14:50:23 | pginstaller - pginst: Move translation validation into custom task. |
| Previous Message | User Mha | 2007-04-12 13:15:37 | pginstaller - pginst: New Directory |