added new test for my latest ModuleBuilde.cs change
[mono.git] / winsetup.bat
1 @echo off
2 if not exist VSDependancies\lib goto error
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