summaryrefslogtreecommitdiff
path: root/cleanwin.cmd
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-04-29 15:44:44 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-04-29 15:44:44 +0200
commitb18f5bf2db0fba2e7e539f68645836036d940d26 (patch)
tree23c4dd8f3d273f34ef9bbe1799d1958685559915 /cleanwin.cmd
parenta7f89980e5b3f4b9a74c70dbc5ffe8aabd28be28 (diff)
Imported Upstream version 2.9.6upstream/2.9.6
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..306e72c 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>NUL
del *.pdb 2>NUL
+del *.manifest 2>NUL
cd ..
REM # echo make util done