More vcbuild

Started by Magnus Haganderover 19 years ago2 messageshackers
Jump to latest
#1Magnus Hagander
magnus@hagander.net

* 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

Attachments:

vcbuild.patchapplication/octet-stream; name=vcbuild.patchDownload+14-0
msvc.tarapplication/x-tar; name=msvc.tarDownload
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Magnus Hagander (#1)
Re: More vcbuild

"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