mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 19:40:12 +01:00
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:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user