This patch adds a setlocal command to the beginning of build.bat. This is required to deal with buildenv.bat properly, so that PATH (for example) doesn't expand infintly. Per report from Joachim Wieland.
//Magnus
Index: src/tools/msvc/build.bat =================================================================== RCS file: /projects/cvsroot/pgsql/src/tools/msvc/build.bat,v retrieving revision 1.4 diff -c -r1.4 build.bat *** src/tools/msvc/build.bat 16 Jan 2007 21:43:19 -0000 1.4 --- src/tools/msvc/build.bat 25 Jan 2007 15:08:26 -0000 *************** *** 1,4 **** --- 1,5 ---- @echo off + SETLOCAL SET STARTDIR=%CD% if exist src\tools\msvc\buildenv.bat call src\tools\msvc\buildenv.bat if exist buildenv.bat call buildenv.bat
---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings