summaryrefslogtreecommitdiff
path: root/clean_windows.cmd
blob: c365230e5ba07a185fb4c85c8958bc5805c33c86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
cd zlib
mingw32-make -fwin32\makefile.gcc clean

cd ..\src
mingw32-make distclean

cd ..
del src\translations\smplayer_*.qm
del src\object_script.smplayer.Release
del src\object_script.smplayer.Debug
del src\svn_revision.h
rd src\release
rd src\debug