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/easy_codec/Makefile.nmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/easy_codec') diff --git a/plugins/easy_codec/Makefile.nmake b/plugins/easy_codec/Makefile.nmake index 3d04e32b34..56c0c86515 100644 --- a/plugins/easy_codec/Makefile.nmake +++ b/plugins/easy_codec/Makefile.nmake @@ -49,6 +49,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) $(CODEC_LIBS) $(RESOURCE) +!IF $(MSC_VER_REQUIRED) >= 1400 + mt.exe -nologo -manifest "$(PLUGIN_NAME).dll.manifest" -outputresource:$(PLUGIN_NAME).dll;2 +!ENDIF easy_codec_plugin.obj : easy_codec_plugin.c $(CC) $(CFLAGS) -Fd$(PLUGIN_NAME).pdb -c easy_codec_plugin.c -- cgit v1.2.1