aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2009-02-02 23:09:36 +0000
committerUlf Lamping <ulf.lamping@web.de>2009-02-02 23:09:36 +0000
commit043532d63e58e71e33016241b8330886655a3f27 (patch)
tree247c112d0c780a7efb38e2658f3e52dbc820a102 /plugins/opcua/Makefile.nmake
parent7c48128948df683cd6d6c859d933df7fccba191f (diff)
add missing mt.exe calls, to include manifest files into exe / dll files
svn path=/trunk/; revision=27357
Diffstat (limited to 'plugins/opcua/Makefile.nmake')
-rw-r--r--plugins/opcua/Makefile.nmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/opcua/Makefile.nmake b/plugins/opcua/Makefile.nmake
index 3cf4dc5b3e..acc863edc3 100644
--- a/plugins/opcua/Makefile.nmake
+++ b/plugins/opcua/Makefile.nmake
@@ -44,6 +44,9 @@ $(PLUGIN_NAME).rc : moduleinfo.nmake
$(PLUGIN_NAME).dll $(PLUGIN_NAME).exp $(PLUGIN_NAME).lib : $(OBJECTS) $(LINK_PLUGIN_WITH) $(RESOURCE)
link -dll /out:$(PLUGIN_NAME).dll $(LDFLAGS) $(OBJECTS) $(LINK_PLUGIN_WITH) \
$(GLIB_LIBS) $(RESOURCE)
+!IF $(MSC_VER_REQUIRED) >= 1400
+ mt.exe -nologo -manifest "$(PLUGIN_NAME).dll.manifest" -outputresource:$(PLUGIN_NAME).dll;2
+!ENDIF
#
# Build plugin.c, which contains the plugin version[] string, a