summaryrefslogtreecommitdiff
path: root/plugins/rlm/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/rlm/Makefile.nmake')
-rw-r--r--plugins/rlm/Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/rlm/Makefile.nmake b/plugins/rlm/Makefile.nmake
index e6efe80b88..c280a82517 100644
--- a/plugins/rlm/Makefile.nmake
+++ b/plugins/rlm/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)