fix manifest error: for dll's mt.exe must be given ;2
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 9 May 2007 06:32:52 +0000 (06:32 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 9 May 2007 06:32:52 +0000 (06:32 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21734 f5534014-38df-0310-8fa8-9805f1628bb7

epan/Makefile.nmake

index 51de3f6fdd7b12ba03dfef0d5d94f1f2a75e7a73..2b40191706287a1e77220b9019cc006e103bcc03 100644 (file)
@@ -84,7 +84,7 @@ libwireshark.dll: ..\config.h $(LIBWIRESHARK_OBJECTS) libwireshark.def crypt fty
                dissectors\register.obj \
                $(EXTRA_OBJECTS)
 !IF "$(MSVC_VARIANT)" == "MSVC2005" || "$(MSVC_VARIANT)" == "MSVC2005EE" || "$(MSVC_VARIANT)" == "DOTNET20" 
-       mt.exe -nologo -manifest "libwireshark.dll.manifest" -outputresource:libwireshark.dll;1
+       mt.exe -nologo -manifest "libwireshark.dll.manifest" -outputresource:libwireshark.dll;2
 !ENDIF