Thread
-
More vcbuild
Magnus Hagander <mha@sollentuna.net> — 2006-11-29T18:20:00Z
* Add support for building postgres.bki. * Add a genbki.pl script to do this. This could possibly be used in place of the shellscript for the unix build as well, sometime in the future, but not for 8.2. * Add install.pl that will partially do what "make install" does. Does not yet install the datafiles from contrib, but I think that's the only major thing missing. (Apart from no documenation build that is, but we don't build that at all ATM so there's nothing to install) * Add clean.bat New files go in src/tools/msvc, of course. //Magnus
-
Re: More vcbuild
Tom Lane <tgl@sss.pgh.pa.us> — 2006-11-29T19:50:12Z
"Magnus Hagander" <mha@sollentuna.net> writes: > * Add support for building postgres.bki. > * Add a genbki.pl script to do this. This could possibly be used in > place of the shellscript for the unix build as well, sometime in the > future, but not for 8.2. > * Add install.pl that will partially do what "make install" does. Does > not yet install the datafiles from contrib, but I think that's the only > major thing missing. (Apart from no documenation build that is, but we > don't build that at all ATM so there's nothing to install) > * Add clean.bat Applied, thanks. regards, tom lane