add mt.exe to the REQUIRED_TOOLS (if we're not using MSVC6)

svn path=/trunk/; revision=26932
This commit is contained in:
Ulf Lamping 2008-12-08 18:28:40 +00:00
parent 4948a597c4
commit 152ba2075c
1 changed files with 3 additions and 0 deletions

View File

@ -657,6 +657,9 @@ REQUIRED_TOOLS=\
$(CC) \
$(LINK) \
nmake \
!IF $(MSC_VER_REQUIRED) >= 1400
mt \
!ENDIF
$(SH_PROG) \
$(YACC) \
$(LEX) \