util: remove LIST_ADD macro
[mesa.git] / src / gallium / drivers / svga / SConscript
index 8ffeed563815e1c8eabb254740d32e2507500b45..efed9790b77d78ab85e4c78b7145f82291bb09f1 100644 (file)
@@ -2,19 +2,12 @@ Import('*')
 
 env = env.Clone()
 
+env.MSVC2013Compat()
+
 if env['suncc']:
-       print 'warning: not building svga'
+       print('warning: not building svga')
        Return()
 
-if env['platform'] in ['linux']:
-       env.Append(CCFLAGS = ['-fvisibility=hidden'])
-
-if env['gcc']:
-       env.Append(CPPDEFINES = [
-               'HAVE_STDINT_H', 
-               'HAVE_SYS_TYPES_H',
-       ])
-       
 env.Prepend(CPPPATH = [
        'include',
 ])