From 52c97ba8b35f0eec312bde23afeabde59fd5c74f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 6 Dec 2011 13:46:55 +0200 Subject: Add support for Windows build with multiple VC++ versions on same machine --- test/windows/odb/all | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/windows/odb/all') diff --git a/test/windows/odb/all b/test/windows/odb/all index 8d50a29..fe537b1 100755 --- a/test/windows/odb/all +++ b/test/windows/odb/all @@ -51,11 +51,11 @@ if [ "$action" == "" ]; then fi for d in $databases; do - cmd.exe /C setenv.bat build.bat "$d" "$1" "$3" "$4" "$action" + cmd.exe /C setenv.bat "$1" build.bat "$d" "$1" "$3" "$4" "$action" cd odb-tests-$d - cmd.exe /C ..\\setenv.bat test.bat "$d" + cmd.exe /C ..\\setenv.bat "$1" test.bat "$d" cd .. cd odb-examples-$d - cmd.exe /C ..\\setenv.bat test.bat "$d" + cmd.exe /C ..\\setenv.bat "$1" test.bat "$d" cd .. done -- cgit v1.1