diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-04-29 15:49:15 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-04-29 15:49:15 +0200 |
commit | 2945f6199eb2652bd8092367ae456dc0e49fb76d (patch) | |
tree | d77c66c0e5206b9a9f3439c29de6c4c65d12e1a4 /cleanwin.cmd | |
parent | 563deb61bf7f474ef6aa89f2038457af54eed0c1 (diff) | |
parent | b18f5bf2db0fba2e7e539f68645836036d940d26 (diff) |
New upstream release 2.9.6
Diffstat (limited to 'cleanwin.cmd')
-rw-r--r-- | cleanwin.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cleanwin.cmd b/cleanwin.cmd index 38b08bf..306e72c 100644 --- a/cleanwin.cmd +++ b/cleanwin.cmd @@ -16,7 +16,7 @@ REM # echo make lib done cd util
nmake /nologo -f %UTMAKE% clean
-del tmp\*.obj 2>NULL
+del tmp\*.obj 2>NUL
del *.pdb 2>NUL
del *.manifest 2>NUL
cd ..
|