aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-04-04 15:41:07 +0000
committerGerald Combs <gerald@wireshark.org>2011-04-04 15:41:07 +0000
commit89de0e74a0b5f5ab95449a54b69fbc9560bd35f5 (patch)
treead0cadfcb7dc15bd9ac33d240c464922ffe2effe /packaging
parentaec98c121a0c6c861f4122c49464a7779553f86b (diff)
Don't build a manifest if we don't need one.
svn path=/trunk/; revision=36448
Diffstat (limited to 'packaging')
-rw-r--r--packaging/u3/win32/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/u3/win32/Makefile.nmake b/packaging/u3/win32/Makefile.nmake
index f64cdc140c..93257c25f4 100644
--- a/packaging/u3/win32/Makefile.nmake
+++ b/packaging/u3/win32/Makefile.nmake
@@ -106,9 +106,9 @@ u3util.exe: u3util.obj ../../../config.nmake
$(LINK) @<<
/OUT:u3util.exe $(guiflags) $(LDFLAGS) u3util.obj $(u3util_LIBS) $(guilibsdll)
<<
-#!IF $(MSC_VER_REQUIRED) >= 1400
+!IFDEF MANIFEST_INFO_REQUIRED
mt.exe -nologo -manifest "u3util.exe.manifest" -outputresource:u3util.exe;1
-#!ENDIF
+!ENDIF
clean:
cd ../tools