Пример #1
0
 def __init__(self, verbose=0, dry_run=0, force=0):
     MSVCCompiler.__init__(self, verbose, dry_run, force)
     version_match = simple_version_match(start='Intel\(R\).*?64,')
     self.__version = version_match
Пример #2
0
 def __init__(self, verbose=0, dry_run=0, force=0):
     _MSVCCompiler.__init__(self, verbose, dry_run, force)
Пример #3
0
 def __init__(self, verbose=0, dry_run=0, force=0):
     MSVCCompiler.__init__(self, verbose, dry_run, force)
     version_match = simple_version_match(start='Intel\(R\).*?64,')
     self.__version = version_match