2010-04-16 Sebastien Pouliot <sebastien@ximian.com>
[mono/afaerber.git] / msvc / winsetup.bat
blob33a72f6b1bd8d7e0611fda19d337a2080e62eaed
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