Wafadmin: don't even think about using msvc

pull/22966/head
Bert Belder 2010-11-25 01:55:29 +01:00
parent f37cc8720b
commit 1d0193a733
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import Utils, Configure, Options
from Logs import debug
c_compiler = {
'win32': ['msvc', 'gcc'],
'win32': ['gcc'],
'cygwin': ['gcc'],
'darwin': ['gcc'],
'aix': ['xlc', 'gcc'],

View File

@ -8,7 +8,7 @@ import Utils, Configure, Options
from Logs import debug
cxx_compiler = {
'win32': ['msvc', 'g++'],
'win32': ['g++'],
'cygwin': ['g++'],
'darwin': ['g++'],
'aix': ['xlc++', 'g++'],