Home | History | Annotate | Download | only in scons

Lines Matching refs:msvc

141     env['msvc'] = env['CC'] == 'cl'
146 if env['msvc'] and env['toolchain'] == 'default' and env['machine'] == 'x86_64':
147 # MSVC x64 support is broken in earlier versions of scons
156 msvc = env['msvc']
284 if msvc:
395 if msvc:
438 if env['platform'] == 'windows' and msvc:
439 # Choose the appropriate MSVC CRT
480 if msvc:
485 if platform == 'windows' and msvc:
507 if env['msvc']: