Bug 326657 - VC8 builds don't start on some machines (CRT assembly not found), patch by Ted Mielczarek (luser), r=me

This commit is contained in:
benjamin%smedbergs.us 2006-02-24 15:15:26 +00:00
parent f51b81425f
commit e2785f85d4

View File

@ -1035,7 +1035,7 @@ endif # NO_LD_ARCHIVE_FLAGS
ifeq (_WINNT,$(GNU_CC)_$(OS_ARCH))
ifdef MSMANIFEST_TOOL
@if test -f $@.manifest; then \
mt.exe -NOLOGO -MANIFEST $@.manifest -OUTPUTRESOURCE:$@\;2; \
mt.exe -NOLOGO -MANIFEST $@.manifest -OUTPUTRESOURCE:$@\;1; \
rm -f $@.manifest; \
fi
endif # MSVC with manifest tool