aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/tpg
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-03-02 18:57:35 +0000
committerGerald Combs <gerald@wireshark.org>2009-03-02 18:57:35 +0000
commit07e5df616e4ad5d5f464e2be167947c08197af14 (patch)
treedf069aabd4186cdc53e23776144940b676982bad /plugins/tpg
parente18f0f79dab3956b53ad19b3fa59f1afc7dc66b1 (diff)
Disable manifest building for our DLLs. This attempts to fix bug 3272.
svn path=/trunk/; revision=27579
Diffstat (limited to 'plugins/tpg')
-rw-r--r--plugins/tpg/Makefile.nmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/tpg/Makefile.nmake b/plugins/tpg/Makefile.nmake
index 45ceeb0017..d9112f14e3 100644
--- a/plugins/tpg/Makefile.nmake
+++ b/plugins/tpg/Makefile.nmake
@@ -32,9 +32,6 @@ 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