-Add the compiler version to the plugin resource
[obnox/wireshark/wip.git] / plugins / enttec / Makefile.nmake
index e6efe80b887142f194c0df8e8b7f38361e91c19b..c280a8251772ae2ff23b1c6ae463b5eeef051e47 100644 (file)
@@ -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)