diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2001-10-17 19:27:43 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2001-10-17 19:27:43 +0000 |
commit | c2cdf8acd044fa2f3e38d460049f8fc56aea053a (patch) | |
tree | 82292e3bbbfa5a1460cf5468657d7c09b3f597d2 /plugins/giop | |
parent | 9921fc5b3b43f8ca2fb679b4b454633434044084 (diff) | |
download | wireshark-c2cdf8acd044fa2f3e38d460049f8fc56aea053a.tar.gz wireshark-c2cdf8acd044fa2f3e38d460049f8fc56aea053a.tar.bz2 wireshark-c2cdf8acd044fa2f3e38d460049f8fc56aea053a.zip |
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.nmake | 4 |
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 |