diff options
Diffstat (limited to 'plugins/opsi/Makefile.nmake')
-rw-r--r-- | plugins/opsi/Makefile.nmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/opsi/Makefile.nmake b/plugins/opsi/Makefile.nmake index e6efe80b88..c280a82517 100644 --- a/plugins/opsi/Makefile.nmake +++ b/plugins/opsi/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) |