Don't echo when checking version of cl.exe

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-07-12 23:59:49 +00:00
parent fd198720e9
commit 5a73d6fd55

View File

@@ -837,7 +837,7 @@ def getSipFiles(names):
def getVisCVersion():
text = runcmd("cl.exe", getOutput=True)
text = runcmd("cl.exe", getOutput=True, echoCmd=False)
if 'Version 15' in text:
return '90'
# TODO: Add more tests to get the other versions...