Fix AppVeyor mingw build with USE_GUI=1

Closes #142
This commit is contained in:
Maarten Bent 2015-12-04 13:08:22 +01:00 committed by Bryan Petty
parent 9cf8232ba8
commit 5f2ccde269

View File

@ -18,11 +18,12 @@ echo --- Tools versions:
g++ --version | head -1
mingw32-make --version | head -1
ar --version | head -1
path C:\MinGW\bin;
echo.
echo --- Starting the build
echo.
mingw32-make SHELL=cmd -f makefile.gcc setup_h BUILD=debug SHARED=0 USE_GUI=0
mingw32-make SHELL=cmd -j3 -f makefile.gcc BUILD=debug SHARED=0 USE_GUI=0
mingw32-make -f makefile.gcc setup_h BUILD=debug SHARED=0
mingw32-make -j3 -f makefile.gcc BUILD=debug SHARED=0
goto :eof
:msys2