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:
@ -23,7 +23,7 @@ sub new {
|
||||
includes => '',
|
||||
defines => ';',
|
||||
solution => $solution,
|
||||
disablewarnings => '4018;4244',
|
||||
disablewarnings => '4018;4244;4273',
|
||||
};
|
||||
|
||||
bless $self;
|
||||
|
Reference in New Issue
Block a user