1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

vcbuild updates from Magnus:

* After Markos patch, now builds pgcrypto without zlib again
* Updates README with xml info
* xml requires xslt and iconv
* disable unnecessary warning about __cdecl()
* Add a buildenv.bat called from all other bat files to set up things
like PATH for flex/bison. (Can't just set it before calling, doesn't
always work when building from the GUI)
This commit is contained in:
Neil Conway
2007-01-16 21:43:19 +00:00
parent cf57ef4e50
commit 7f58ed1a10
7 changed files with 35 additions and 18 deletions

View File

@ -23,7 +23,7 @@ sub new {
includes => '',
defines => ';',
solution => $solution,
disablewarnings => '4018;4244',
disablewarnings => '4018;4244;4273',
};
bless $self;