summaryrefslogtreecommitdiff
path: root/src/tools/msvc/build.bat
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2007-01-16 21:43:19 +0000
committerNeil Conway <neilc@samurai.com>2007-01-16 21:43:19 +0000
commit7f58ed1a106981e020df549e842e93d2250bbe75 (patch)
tree7513518e91af43553999fae485998e0bfa801d72 /src/tools/msvc/build.bat
parentcf57ef4e506cd87195baa76213326b1981644452 (diff)
downloadpostgresql-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-xsrc/tools/msvc/build.bat2
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