summaryrefslogtreecommitdiff
path: root/cleanwin.cmd
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-11-12 17:25:25 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-11-12 17:25:25 +0100
commit14304e0827cd7de7fc55b1ba587ccdd380525b94 (patch)
treef70c126b91e68b66d7005cfea53b88a82aa0c7fa /cleanwin.cmd
parentd279e229635f19852dc829552aa7c7d72d7a4dd2 (diff)
New upstream release
Diffstat (limited to 'cleanwin.cmd')
-rw-r--r--cleanwin.cmd2
1 files changed, 2 insertions, 0 deletions
diff --git a/cleanwin.cmd b/cleanwin.cmd
index 0fbd64e..38b08bf 100644
--- a/cleanwin.cmd
+++ b/cleanwin.cmd
@@ -16,7 +16,9 @@ REM # echo make lib done
cd util
nmake /nologo -f %UTMAKE% clean
+del tmp\*.obj 2>NULL
del *.pdb 2>NUL
+del *.manifest 2>NUL
cd ..
REM # echo make util done