aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/giop
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-10-17 19:27:43 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-10-17 19:27:43 +0000
commitc2cdf8acd044fa2f3e38d460049f8fc56aea053a (patch)
tree82292e3bbbfa5a1460cf5468657d7c09b3f597d2 /plugins/giop
parent9921fc5b3b43f8ca2fb679b4b454633434044084 (diff)
Enable building of the coseventcomm plugin on Win32.
Some of these changs are from Frank Singleton, some are mine. svn path=/trunk/; revision=4035
Diffstat (limited to 'plugins/giop')
-rw-r--r--plugins/giop/Makefile.nmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/giop/Makefile.nmake b/plugins/giop/Makefile.nmake
index 7ce7aece28..3d390dd83d 100644
--- a/plugins/giop/Makefile.nmake
+++ b/plugins/giop/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.2 2001/07/20 20:56:18 guy Exp $
+# $Id: Makefile.nmake,v 1.3 2001/10/17 19:27:43 gram Exp $
#
include ..\..\config.nmake
@@ -13,6 +13,8 @@ CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../epan /I../../wiretap \
OBJECTS=packet-cosnaming.obj packet-coseventcomm.obj
+all : cosnaming.dll coseventcomm.dll
+
cosnaming.dll cosnaming.exp cosnaming.lib : packet-cosnaming.obj ..\plugin_api.obj
link -dll /out:cosnaming.dll packet-cosnaming.obj ..\plugin_api.obj \
$(GLIB_DIR)\glib-$(GLIB_VERSION).lib