[msvc] Allow cygwin "make" to be called after winsetup.bat
[mono.git] / msvc / winsetup.bat
1 @echo off
2 cd ..
3 if exist config.h if not exist cygconfig.h copy config.h cygconfig.h
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