1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 12:40:36 +00:00

Silence clean when running setup_win.bat

This commit is contained in:
Matthew Kilgore 2022-05-15 17:47:58 -04:00
parent 790129dcef
commit 774a391969

View file

@ -19,7 +19,10 @@ echo Extracting %MINGW% as C++ Compiler
:skipccompsetup
internal\c\c_compiler\bin\mingw32-make.exe OS=win clean
echo "Cleaning..."
internal\c\c_compiler\bin\mingw32-make.exe OS=win clean >NUL
echo "Building QB64..."
internal\c\c_compiler\bin\mingw32-make.exe OS=win BUILD_QB64=y || goto report_error
echo.