summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2016-03-31 10:14:32 -0700
committerMark Spruiell <mes@zeroc.com>2016-03-31 10:14:32 -0700
commite16bd91cb69d99171707bf62d54260919a16136b (patch)
treea694cb3a839f806cf7c9eefb628243d73bed2949
parentstacktrace test unused variable warning (diff)
downloadice-e16bd91cb69d99171707bf62d54260919a16136b.tar.bz2
ice-e16bd91cb69d99171707bf62d54260919a16136b.tar.xz
ice-e16bd91cb69d99171707bf62d54260919a16136b.zip
adding clean command for icestormdb on Windows
-rw-r--r--cpp/src/IceStorm/Makefile.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceStorm/Makefile.mak b/cpp/src/IceStorm/Makefile.mak
index 6e5e8a46119..f4dbea90de2 100644
--- a/cpp/src/IceStorm/Makefile.mak
+++ b/cpp/src/IceStorm/Makefile.mak
@@ -174,6 +174,7 @@ clean::
-del /q V32FormatDB.cpp V31FormatDB.cpp V32FormatDB.h V31FormatDB.h
-del /q $(ADMIN:.exe=.*)
-del /q $(MIGRATE:.exe=.*)
+ -del /q $(DB:.exe=.*)
-del /q IceStormAdmin.res IceStormMigrate.res IceStormService.res
install:: all