From 043532d63e58e71e33016241b8330886655a3f27 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Mon, 2 Feb 2009 23:09:36 +0000 Subject: add missing mt.exe calls, to include manifest files into exe / dll files svn path=/trunk/; revision=27357 --- plugins/tpg/Makefile.nmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/tpg') 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 -- cgit v1.2.3