summaryrefslogtreecommitdiff
path: root/cleanwin.cmd.orig
diff options
context:
space:
mode:
Diffstat (limited to 'cleanwin.cmd.orig')
-rw-r--r--cleanwin.cmd.orig25
1 files changed, 0 insertions, 25 deletions
diff --git a/cleanwin.cmd.orig b/cleanwin.cmd.orig
deleted file mode 100644
index 38b08bf..0000000
--- a/cleanwin.cmd.orig
+++ /dev/null
@@ -1,25 +0,0 @@
-@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 tmp\*.obj 2>NULL
-del *.pdb 2>NUL
-del *.manifest 2>NUL
-cd ..
-REM # echo make util done
-
-echo cleanwin ipmiutil done