Disable manifest building for our DLLs. This attempts to fix bug 3272.
[obnox/wireshark/wip.git] / plugins / stats_tree / Makefile.nmake
index 4d4e0ce71118eb7052d02de8cafb326b8a754273..89fc5c9376e67622362de7a21158af5863ac653f 100644 (file)
@@ -42,9 +42,6 @@ $(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
 
 !ENDIF