diff options
| author | Neil Conway <neilc@samurai.com> | 2007-01-16 21:43:19 +0000 |
|---|---|---|
| committer | Neil Conway <neilc@samurai.com> | 2007-01-16 21:43:19 +0000 |
| commit | 7f58ed1a106981e020df549e842e93d2250bbe75 (patch) | |
| tree | 7513518e91af43553999fae485998e0bfa801d72 /src/tools/msvc/build.bat | |
| parent | cf57ef4e506cd87195baa76213326b1981644452 (diff) | |
| download | postgresql-7f58ed1a106981e020df549e842e93d2250bbe75.tar.gz | |
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)
Diffstat (limited to 'src/tools/msvc/build.bat')
| -rwxr-xr-x | src/tools/msvc/build.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/msvc/build.bat b/src/tools/msvc/build.bat index 61b85645b2..8ef282cef4 100755 --- a/src/tools/msvc/build.bat +++ b/src/tools/msvc/build.bat @@ -1,5 +1,7 @@ @echo off SET STARTDIR=%CD% +if exist src\tools\msvc\buildenv.bat call src\tools\msvc\buildenv.bat +if exist buildenv.bat call buildenv.bat perl mkvcbuild.pl if errorlevel 1 goto :eof |
