diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2014-10-07 14:47:18 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2014-10-07 14:47:18 -0230 |
commit | eb18b26b5487ad897999a11468ea5f9b6c51bfed (patch) | |
tree | b1643577675204db6c1bb5cb423711fbdf45df65 /cpp/src | |
parent | ICE-4324 Added support for java.nio.Buffer classes through metadata (diff) | |
download | ice-eb18b26b5487ad897999a11468ea5f9b6c51bfed.tar.bz2 ice-eb18b26b5487ad897999a11468ea5f9b6c51bfed.tar.xz ice-eb18b26b5487ad897999a11468ea5f9b6c51bfed.zip |
Fixed clean targets in a couple of Windows makefiles
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceGridLib/Makefile.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGridLib/Makefile.mak b/cpp/src/IceGridLib/Makefile.mak index c6a3e0ea33d..fecdae8fde5 100644 --- a/cpp/src/IceGridLib/Makefile.mak +++ b/cpp/src/IceGridLib/Makefile.mak @@ -64,6 +64,7 @@ clean:: -del /q FileParser.cpp $(HDIR)\FileParser.h -del /q Locator.cpp $(HDIR)\Locator.h -del /q Observer.cpp $(HDIR)\Observer.h + -del /q PluginFacade.cpp $(HDIR)\PluginFacade.h -del /q Query.cpp $(HDIR)\Query.h -del /q Registry.cpp $(HDIR)\Registry.h -del /q Session.cpp $(HDIR)\Session.h |