[xbuild] Fix test on windows.
[mono.git] / msvc05 / winsetup.bat
1 @echo off
2 cd ..
3 copy winconfig.h config.h
4 goto end
5 :error
6 echo fatal error: the VSDepenancies directory was not found in the "mono" directory
7 echo error: you must download and unzip that file
8 exit /b 100
9 goto end
10 :ok
11 echo OK
12 :end
13 exit /b 0