OSDN Git Service

draw: implement distance culling
[android-x86/external-mesa.git] / common.py
index 6ff9608..1d618e6 100644 (file)
--- a/common.py
+++ b/common.py
@@ -100,4 +100,4 @@ def AddOptions(opts):
        opts.Add(BoolOption('quiet', 'DEPRECATED: profile build', 'yes'))
        opts.Add(BoolOption('texture_float', 'enable floating-point textures and renderbuffers', 'no'))
        if host_platform == 'windows':
-               opts.Add(EnumOption('MSVS_VERSION', 'MS Visual C++ version', None, allowed_values=('7.1', '8.0', '9.0')))
+               opts.Add(EnumOption('MSVC_VERSION', 'MS Visual C++ version', None, allowed_values=('7.1', '8.0', '9.0', '10.0', '11.0')))