aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/unistim
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2009-02-02 23:09:36 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2009-02-02 23:09:36 +0000
commit8bfa9de5d6c6211a636b0ecc8f86c4a79dccca49 (patch)
tree247c112d0c780a7efb38e2658f3e52dbc820a102 /plugins/unistim
parenta8c5587d896523a0106b9def6862941eda5cc83e (diff)
add missing mt.exe calls, to include manifest files into exe / dll files
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27357 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/unistim')
-rw-r--r--plugins/unistim/Makefile.nmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/unistim/Makefile.nmake b/plugins/unistim/Makefile.nmake
index 3cf4dc5b3e..acc863edc3 100644
--- a/plugins/unistim/Makefile.nmake
+++ b/plugins/unistim/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