OSDN Git Service

progs/vp: Correct the PARAM array sizes in arl-*.txt
[android-x86/external-mesa.git] / progs / vpglsl / SConscript
1 Import('env')
2
3 if not env['GLUT']:
4     Return()
5
6 env = env.Clone()
7
8 env.Prepend(LIBS = ['$GLUT_LIB'])
9
10 env.Program(
11         target = 'vp-tris',
12         source = ['vp-tris.c'],
13     )