Re: [pgsql-hackers-win32] Patch to add version numbers to libpq.rc
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.patches,gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
Bruce Momjian <[email protected]> writes: > One difficulty was generating a new version of libpq.rc at the proper > time. I added a prepdist rule just like *.def. I also added code so > every time you do a 'make clean' or distclean it does a 'touch' on > libpq.rc.in so libpq.rc is rebuilt on the next compile. That seemed > like the cleanest solution. ... except CVS will not like it at all. Why don't you just remove the libpq.rc file instead? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend