aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-12-08 18:28:40 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-12-08 18:28:40 +0000
commit152ba2075cc5020425ba1f90f608fca3388950b0 (patch)
tree07410b49484777ba0fa4bfccba97e2ef2e9ccd72 /Makefile.nmake
parent4948a597c49d87735b93de8bd238ee9736fe595c (diff)
add mt.exe to the REQUIRED_TOOLS (if we're not using MSVC6)
svn path=/trunk/; revision=26932
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index a4750464e2..b8a415abac 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -657,6 +657,9 @@ REQUIRED_TOOLS=\
$(CC) \
$(LINK) \
nmake \
+!IF $(MSC_VER_REQUIRED) >= 1400
+ mt \
+!ENDIF
$(SH_PROG) \
$(YACC) \
$(LEX) \