aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stats_tree/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/stats_tree/Makefile.nmake')
-rw-r--r--plugins/stats_tree/Makefile.nmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/stats_tree/Makefile.nmake b/plugins/stats_tree/Makefile.nmake
index 4f5a06ffc5..c8eae71bb6 100644
--- a/plugins/stats_tree/Makefile.nmake
+++ b/plugins/stats_tree/Makefile.nmake
@@ -1,3 +1,5 @@
+# Makefile.nmake
+# nmake file for stats_tree plugin
#
# $Id$
#
@@ -9,7 +11,7 @@ include Makefile.common
CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \
/I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
-
+
.c.obj::
$(CC) $(CFLAGS) -Fdstats_tree.pdb -c $<
@@ -34,6 +36,7 @@ $(PLUGIN_NAME).rc : moduleinfo.nmake
-e s/@MODULE_VERSION@/$(MODULE_VERSION)/ \
-e s/@PACKAGE@/$(PACKAGE)/ \
-e s/@VERSION@/$(VERSION)/ \
+ -e s/@MSVC_VARIANT@/$(MSVC_VARIANT)/ \
< plugin.rc.in > $@
$(PLUGIN_NAME).dll $(PLUGIN_NAME).exp $(PLUGIN_NAME).lib : $(OBJECTS) $(LINK_PLUGIN_WITH) $(RESOURCE)