aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/giop
diff options
context:
space:
mode:
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