aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
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/asn1
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/asn1')
-rw-r--r--plugins/asn1/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/asn1/Makefile.nmake b/plugins/asn1/Makefile.nmake
index 62cd2584f8..73f83e74de 100644
--- a/plugins/asn1/Makefile.nmake
+++ b/plugins/asn1/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
@@ -25,6 +25,6 @@ asn1.dll asn1.exp asn1.lib : $(OBJECTS) $(LINK_PLUGIN_WITH)
$(GLIB_LIBS)
clean:
- rm -f $(OBJECTS) asn1.dll asn1.exp asn1.lib $(PDB_FILE)
+ rm -f $(OBJECTS) asn1.dll asn1.exp asn1.lib *.pdb
distclean: clean