From 8bfa9de5d6c6211a636b0ecc8f86c4a79dccca49 Mon Sep 17 00:00:00 2001 From: ulfl Date: Mon, 2 Feb 2009 23:09:36 +0000 Subject: 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 --- plugins/unistim/Makefile.nmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/unistim') 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 -- cgit v1.2.3