summaryrefslogtreecommitdiff
path: root/clean_windows2.cmd
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2016-06-15 20:23:58 +0200
committerMateusz Łukasik <mati75@linuxmint.pl>2016-06-15 20:23:58 +0200
commit42be0eb4f1d7a25dca97e8e2eb4ec4d03b7931fb (patch)
treefae3347b0c924378c57862feea2708766d159771 /clean_windows2.cmd
parent1a2f0c9c1087899a00298db8fa70518d3c1e69f8 (diff)
Imported Upstream version 16.6.0~ds0
Diffstat (limited to 'clean_windows2.cmd')
-rw-r--r--clean_windows2.cmd21
1 files changed, 21 insertions, 0 deletions
diff --git a/clean_windows2.cmd b/clean_windows2.cmd
new file mode 100644
index 0000000..3e5924b
--- /dev/null
+++ b/clean_windows2.cmd
@@ -0,0 +1,21 @@
+set olddir=%CD%
+
+cd dxlist
+mingw32-make distclean
+
+cd ..\zlib
+mingw32-make -fwin32\makefile.gcc clean
+
+cd ..\src
+mingw32-make distclean
+
+cd ..
+del setup\scripts\win32inst_vars.cmd
+del src\translations\smplayer_*.qm
+del src\object_script.smplayer.Release
+del src\object_script.smplayer.Debug
+del src\svn_revision.h
+rd dxlist\release
+rd dxlist\debug
+rd src\release
+rd src\debug