no more VC2010

This commit is contained in:
Oleg Baluk 2013-07-10 00:18:23 +04:00
parent 502896b3a6
commit b0401a78be
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ set "VSTOOLS=%VSTOOLS:\=/%"
set VSVARS="%VSTOOLS%vsvars32.bat"
if not defined VSVARS (
echo Can't find VC2010 or VC2012 installed!
echo Can't find VC2012 installed!
goto ERROR
)