aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/giop
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-10-01 19:50:03 +0000
committerGuy Harris <guy@alum.mit.edu>2004-10-01 19:50:03 +0000
commit017d788da09a70cd6fea59403f8126f05a809ed1 (patch)
tree7c4a03cd063e961dd89b08452b1a66bbcf4e82eb /plugins/giop
parent433701e19b27814783aa9f64a326611da4e8afb2 (diff)
From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if we
link the plugins with libethereal, so do so. svn path=/trunk/; revision=12176
Diffstat (limited to 'plugins/giop')
-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 35be3bffa5..1a9bbde5c7 100644
--- a/plugins/giop/Makefile.nmake
+++ b/plugins/giop/Makefile.nmake
@@ -13,7 +13,7 @@ LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS)
!IFDEF LINK_PLUGINS_WITH_LIBETHEREAL
LINK_PLUGIN_WITH=..\..\epan\libethereal.lib
-CFLAGS=/DHAVE_WIN32_LIBETHEREAL_LIB $(CFLAGS)
+CFLAGS=/DHAVE_WIN32_LIBETHEREAL_LIB /D_NEED_VAR_IMPORT_ $(CFLAGS)
!ELSE
LINK_PLUGIN_WITH=..\plugin_api.obj
!ENDIF
@@ -32,6 +32,6 @@ coseventcomm.dll coseventcomm.exp coseventcomm.lib : packet-coseventcomm.obj $(L
clean:
rm -f $(OBJECTS) cosnaming.dll cosnaming.exp cosnaming.lib \
- coseventcomm.dll coseventcomm.exp coseventcomm.lib $(PDB_FILE)
+ coseventcomm.dll coseventcomm.exp coseventcomm.lib *.pdb
distclean: clean