aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stats_tree/Makefile.nmake
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2007-02-26 20:39:38 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2007-02-26 20:39:38 +0000
commitcf13f56dc8a74bd47e60f3ff37664c8321db715c (patch)
tree2214c5d0d85f5ee75c0551edcf0182db2baf6ad4 /plugins/stats_tree/Makefile.nmake
parentc7fd37e49c0d684b57e739b1c90f67c7978e30b6 (diff)
-Add the compiler version to the plugin resource
-Remove the SPECIAL_BUILD tag -Set to OS type to NT_WINDOWS32 svn path=/trunk/; revision=20934
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)