add missing mt.exe calls, to include manifest files into exe / dll files
[obnox/wireshark/wip.git] / plugins / tpg / Makefile.nmake
index d9112f14e3e51022998fe1ed73141d3cf61468ad..45ceeb001793006cb10f302801342fb23df043d8 100644 (file)
@@ -32,6 +32,9 @@ OBJECTS=packet-mate.obj\
 mate.dll mate.exp mate.lib : $(OBJECTS) $(LINK_PLUGIN_WITH)
        link -dll /out:mate.dll $(LDFLAGS) $(OBJECTS) $(LINK_PLUGIN_WITH) \
        $(GLIB_LIBS)
+!IF $(MSC_VER_REQUIRED) >= 1400
+       mt.exe -nologo -manifest "mate.dll.manifest" -outputresource:mate.dll;2
+!ENDIF
 
 !ENDIF