Home | History | Annotate | Download | only in build

Lines Matching full:msvc

214     opt.add_option('--msvc-version', action='store', default='', help="MSVC version to use to build. Use 8 for 2005, 9 for 2008")
224 print "msvc version = %s" % Options.options.msvc_version
225 conf.env['MSVC_VERSIONS'] = ['msvc %s.0' % Options.options.msvc_version]
227 print "msvc not set!"
228 conf.env['MSVC_VERSIONS'] = ['msvc 9.0', 'msvc 8.0']
253 if 'msvc 9.0' in conf.env['MSVC_VERSIONS'] and 'msvc 9.0' in found_versions:
255 elif 'msvc 8.0' in conf.env['MSVC_VERSIONS'] and 'msvc 8.0' in found_versions: