aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/tpg
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/tpg')
-rw-r--r--plugins/tpg/Makefile.nmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/tpg/Makefile.nmake b/plugins/tpg/Makefile.nmake
index d9112f14e3..45ceeb0017 100644
--- a/plugins/tpg/Makefile.nmake
+++ b/plugins/tpg/Makefile.nmake
@@ -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