aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-04-05 22:33:37 +0000
committerGerald Combs <gerald@wireshark.org>2011-04-05 22:33:37 +0000
commit303539c0052a2d5e5ff9093fdcca2a9eeef5831e (patch)
tree2d31ee75ee708d0cc4be99ddb4d4240bb3d0e0c2 /packaging
parent701f2053e6b356dc360e54b361bf2c73330335b1 (diff)
More manifest fixes.
svn path=/trunk/; revision=36482
Diffstat (limited to 'packaging')
-rw-r--r--packaging/u3/tools/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/u3/tools/Makefile.nmake b/packaging/u3/tools/Makefile.nmake
index dd7d696b4c..d658edba20 100644
--- a/packaging/u3/tools/Makefile.nmake
+++ b/packaging/u3/tools/Makefile.nmake
@@ -24,7 +24,7 @@ all: utest.exe libgcrypt-11.dll libgpg-error-0.dll
utest.exe: uuid.obj sysdep.obj utest.obj
@echo Linking $@
$(LINK) /OUT:utest.exe $(guiflags) $(LDFLAGS) utest.obj uuid.obj sysdep.obj $(GNUTLS_LIBS) $(guilibsdll)
-!IF $(MSC_VER_REQUIRED) >= 1400
+!IFDEF MANIFEST_INFO_REQUIRED
mt.exe -nologo -manifest "utest.exe.manifest" -outputresource:utest.exe;1
!ENDIF