5 lines
214 B
Batchfile
5 lines
214 B
Batchfile
taskkill /F /IM "qtest.exe"
|
|
qmake -o build\Makefile .\qtest.pro
|
|
copy /Y /B .\assets\SoundVolumeView.exe .\build\debug
|
|
copy /Y /B .\assets\SoundVolumeView.exe .\build\release
|
|
mingw32-make.exe -C .\build -f Makefile
|