Don't build a manifest if we don't need one.

svn path=/trunk/; revision=36448
This commit is contained in:
Gerald Combs 2011-04-04 15:41:07 +00:00
parent aec98c121a
commit 89de0e74a0
1 changed files with 2 additions and 2 deletions

View File

@ -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