updated build script

This commit is contained in:
Hane 2025-01-15 21:50:28 +01:00
commit 8084cea37d

View file

@ -1,4 +1,5 @@
taskkill /F /IM "qtest.exe" taskkill /F /IM "MixerQ.exe"
taskkill /F /IM "MixerQd.exe"
qmake -o build\Makefile .\qtest.pro qmake -o build\Makefile .\qtest.pro
mingw32-make.exe -C .\build -f Makefile.Release mingw32-make.exe -C .\build -f Makefile.Release
mingw32-make.exe -C .\build -f Makefile.Debug mingw32-make.exe -C .\build -f Makefile.Debug