aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2007-01-02 13:46:06 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2007-01-02 13:46:06 +0000
commitb0c9345ace1c0bbc291ab8642ef0599e27653d69 (patch)
tree0e6ffe92ac779140e9cffdf27b657d1bc30fda5a /plugins
parentb871e65adbb8fa05aa72a4cc03859e2b1772504c (diff)
Align build target names.
svn path=/trunk/; revision=20269
Diffstat (limited to 'plugins')
-rw-r--r--plugins/giop/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/giop/Makefile.nmake b/plugins/giop/Makefile.nmake
index 19afe7dbdf..ce081d491c 100644
--- a/plugins/giop/Makefile.nmake
+++ b/plugins/giop/Makefile.nmake
@@ -27,11 +27,11 @@ coseventcomm.dll coseventcomm.exp coseventcomm.lib : packet-coseventcomm.obj $(L
link -dll /out:coseventcomm.dll $(LDFLAGS) packet-coseventcomm.obj $(LINK_PLUGIN_WITH) \
$(GLIB_LIBS)
-tango.dll tango.exp coseventcomm.lib : packet-tango.obj $(LINK_PLUGIN_WITH)
+tango.dll tango.exp tango.lib : packet-tango.obj $(LINK_PLUGIN_WITH)
link -dll /out:tango.dll $(LDFLAGS) packet-tango.obj $(LINK_PLUGIN_WITH) \
$(GLIB_LIBS)
-parlay.dll parlay.exp coseventcomm.lib : packet-parlay.obj $(LINK_PLUGIN_WITH)
+parlay.dll parlay.exp parlay.lib : packet-parlay.obj $(LINK_PLUGIN_WITH)
link -dll /out:parlay.dll $(LDFLAGS) packet-parlay.obj $(LINK_PLUGIN_WITH) \
$(GLIB_LIBS)