aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-05-09 06:32:52 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-05-09 06:32:52 +0000
commit2f53056ba3080277ab62c7ec2611557c9d2b12f3 (patch)
treeaa6b73b10fad7fa3f4aa9a3572f72509dac993bc /epan/Makefile.nmake
parent636807c1cef427bb87e1239956bbae4a168cc474 (diff)
fix manifest error: for dll's mt.exe must be given ;2
svn path=/trunk/; revision=21734
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 51de3f6fdd..2b40191706 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -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