Merge pull request #853 from echampet/onclick
[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 if exist eglib\config.h if not exist eglib\cygconfig.h copy eglib\config.h eglib\cygconfig.h
5 copy winconfig.h config.h
6 copy eglib\winconfig.h eglib\config.h
7 goto end
8 :error
9 echo fatal error: the VSDepenancies directory was not found in the "mono" directory
10 echo error: you must download and unzip that file
11 exit /b 100
12 goto end
13 :ok
14 echo OK
15 :end
16 exit /b 0