]>
Commit | Line | Data |
---|---|---|
1 | @echo off\r | |
2 | make -C .. -s _test\r | |
3 | IF ERRORLEVEL 1 GOTO fail\r | |
4 | SET MAKE_FAILED=0\r | |
5 | GOTO end\r | |
6 | :fail\r | |
7 | echo ************************************************\r | |
8 | echo * A compatible (GNU) make was not detected *\r | |
9 | echo * Please get an updated version of the Windows *\r | |
10 | echo * compile environment, or install GNU make *\r | |
11 | echo * manually *\r | |
12 | echo ************************************************\r | |
13 | SET MAKE_FAILED=1\r | |
14 | :end\r |