aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/giop/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/giop/Makefile.nmake')
-rw-r--r--plugins/giop/Makefile.nmake7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/giop/Makefile.nmake b/plugins/giop/Makefile.nmake
index ce081d491c..901535efa1 100644
--- a/plugins/giop/Makefile.nmake
+++ b/plugins/giop/Makefile.nmake
@@ -40,8 +40,11 @@ parlay.dll parlay.exp parlay.lib : packet-parlay.obj $(LINK_PLUGIN_WITH)
clean:
rm -f $(OBJECTS) cosnaming.dll cosnaming.exp cosnaming.lib \
coseventcomm.dll coseventcomm.exp coseventcomm.lib \
- tango.dll tango.exp tango.lib \
- parlay.dll parlay.exp parlay.lib *.pdb
+ tango.dll tango.exp tango.lib \
+ parlay.dll parlay.exp parlay.lib *.pdb \
+ cosnaming.dll.manifest coseventcomm.dll.manifest \
+ parlay.dll.manifest tango.dll.manifest
+
distclean: clean