summaryrefslogtreecommitdiff
path: root/cleanwin.cmd
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-06 18:04:32 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-06 18:04:32 +0200
commita7f89980e5b3f4b9a74c70dbc5ffe8aabd28be28 (patch)
tree41c4deec1fdfbafd7821b4ca7a9772ac0abd92f5 /cleanwin.cmd
Imported Upstream version 2.9.3upstream/2.9.3
Diffstat (limited to 'cleanwin.cmd')
-rw-r--r--cleanwin.cmd23
1 files changed, 23 insertions, 0 deletions
diff --git a/cleanwin.cmd b/cleanwin.cmd
new file mode 100644
index 0000000..0fbd64e
--- /dev/null
+++ b/cleanwin.cmd
@@ -0,0 +1,23 @@
+@echo off
+REM # cleanwin.cmd
+REM # clean ipmiutil for windows
+REM #
+
+REM call cleanssl (?)
+
+set UTMAKE=ipmiutil.mak
+echo %LIBPATH% |findstr /C:amd64 >NUL
+if %errorlevel% EQU 0 set UTMAKE=ipmiutil64.mak
+
+cd lib
+nmake /nologo -f ipmilib.mak clean
+cd ..
+REM # echo make lib done
+
+cd util
+nmake /nologo -f %UTMAKE% clean
+del *.pdb 2>NUL
+cd ..
+REM # echo make util done
+
+echo cleanwin ipmiutil done