summaryrefslogtreecommitdiff
path: root/clean_windows.cmd
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2013-02-10 10:18:21 +0000
committerAlessio Treglia <alessio@debian.org>2013-02-10 10:18:21 +0000
commit038de1a143b9775f37d4848f52c59af7cee66e36 (patch)
tree8d10a35c194be220b6cb2d1b2982546dbcef9480 /clean_windows.cmd
parent69d32924ffbfe2bb05d881a23af13b6070b9a9bd (diff)
Imported Upstream version 0.8.3
Diffstat (limited to 'clean_windows.cmd')
-rw-r--r--clean_windows.cmd13
1 files changed, 13 insertions, 0 deletions
diff --git a/clean_windows.cmd b/clean_windows.cmd
new file mode 100644
index 0000000..c365230
--- /dev/null
+++ b/clean_windows.cmd
@@ -0,0 +1,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 \ No newline at end of file