2007-03-13 Jonathan Chambers <joncham@gmail.com>
[mono.git] / msvc / winsetup.bat
1 @echo off
2 cd ..
3 if not exist VSDependancies\lib goto error
4 copy winconfig.h config.h
5 goto end
6 :error
7 echo fatal error: the VSDepenancies directory was not found in the "mono" directory
8 echo error: you must download and unzip that file
9 exit /b 100
10 goto end
11 :ok
12 echo OK
13 :end
14 exit /b 0