aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/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/docsis/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/docsis/Makefile.nmake')
-rw-r--r--plugins/docsis/Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/docsis/Makefile.nmake b/plugins/docsis/Makefile.nmake
index e6efe80b88..c280a82517 100644
--- a/plugins/docsis/Makefile.nmake
+++ b/plugins/docsis/Makefile.nmake
@@ -35,6 +35,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)