aboutsummaryrefslogtreecommitdiff
path: root/clear_qmake.cmd
blob: cdf8ecbd5ef9c4dd8d409ca6c463ae9fd4b1b775 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
for  /r %%B in (*.qm)  do del /s /q %%B
for  /r %%B in (*.dll)  do del /s /q %%B
for  /r %%B in (*.a)  do del /s /q %%B
for  /r %%B in (*.Release)  do del /s /q %%B
for  /r %%B in (Makefile*)  do del /s /q %%B
for /d /r %%B in (.build)  do rmdir /s /q %%B
for /d /r %%B in (debug)  do rmdir /s /q %%B
for /d /r %%B in (release)  do rmdir /s /q %%B
for /r %%B in (*resource.rc)  do del /s /q %%B
for /r %%B in (*.Debug)  do del /s /q %%B
rmdir /s /q bin\plugins
del /s /q bin\qmmp.exe