fix the buildbot: linking u3util.exe won't create a manifest file, so don't try to include it

svn path=/trunk/; revision=27368
This commit is contained in:
Ulf Lamping 2009-02-04 21:31:34 +00:00
parent 33763b7a53
commit b0ceb7cf93
1 changed files with 4 additions and 3 deletions

View File

@ -105,9 +105,10 @@ u3util_LIBS= user32.lib shell32.lib
u3util.exe: u3util.obj
@echo Linking $@
$(LINK) /OUT:u3util.exe $(guiflags) $(LDFLAGS) u3util.obj $(u3util_LIBS) $(guilibsdll)
!IF $(MSC_VER_REQUIRED) >= 1400
mt.exe -nologo -manifest "u3util.exe.manifest" -outputresource:u3util.exe;1
!ENDIF
# the u3util.exe don't create a manifest file, maybe because only windows (no WS specific) libs are used
#!IF $(MSC_VER_REQUIRED) >= 1400
# mt.exe -nologo -manifest "u3util.exe.manifest" -outputresource:u3util.exe;1
#!ENDIF
clean:
cd ../tools