Re: [PATCHES] [pgsql-hackers-win32] Patch to add version numbers to libpq.rc

2004-12-16 Thread Bruce Momjian
OK, I have created a final version of the patch, attached, and a new libpq.rc.in file that goes into src/interfaces/libpq. It uses date '+%y%j' to stamp the libpq.rc file, and does the same for win32ver.rc in /port. One difficulty was generating a new version of libpq.rc at the proper time. I

Re: [PATCHES] [pgsql-hackers-win32] Patch to add version numbers to libpq.rc

2004-12-16 Thread Tom Lane
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

Re: [PATCHES] [pgsql-hackers-win32] Patch to add version numbers to libpq.rc

2004-12-16 Thread Tom Lane
Bruce Momjian [EMAIL PROTECTED] writes: Tom Lane wrote: 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