Re: [PATCHES] WIP - MSVC build script replacements

2007-09-19 Thread Andrew Dunstan
Magnus Hagander wrote: I've tested this now. Build seems to work, at least in the basic sense. A regression: In buildenv.bat i have "set CONFIG=Debug", there appears tobe no way to do that anymore? updated build.pl attached that should pick that up. Also, vcregress doesn't work for me

Re: [PATCHES] WIP - MSVC build script replacements

2007-09-19 Thread Magnus Hagander
I've tested this now. Build seems to work, at least in the basic sense. A regression: In buildenv.bat i have "set CONFIG=Debug", there appears tobe no way to do that anymore? Also, vcregress doesn't work for me. I put in buildenv.pl: $ENV{PATH}="d:\prog\pgsql\depend\krb5\bin\i386;d:\prog\pgsql\d

Re: [PATCHES] WIP - MSVC build script replacements

2007-09-18 Thread Andrew Dunstan
Here are the latest versions. ECPG regression still isn't working, but then it isn't on my machine with the .bat file either. I don't know yet if that's my fault or the script's or something else. I'm inclined to commit these without changing the .bat files in the first instance, so people c

Re: [PATCHES] WIP - MSVC build script replacements

2007-09-17 Thread Magnus Hagander
Andrew Dunstan wrote: > > Here after much tedious testing are some perl replacements for > src/tools/msvc/build.bat and src/tools/msvc/vcregress.bat, as > previouslty discussed on -hackers. They do not exhibit the error > reporting problems I have had on XP, and they work nicely with a > slightly

[PATCHES] WIP - MSVC build script replacements

2007-09-07 Thread Andrew Dunstan
Here after much tedious testing are some perl replacements for src/tools/msvc/build.bat and src/tools/msvc/vcregress.bat, as previouslty discussed on -hackers. They do not exhibit the error reporting problems I have had on XP, and they work nicely with a slightly modified buildfarm script. Th