Files
third_party_mesa3d/progs/fpglsl/SConscript

14 lines
180 B
Python
Raw Normal View History

2010-02-02 20:01:30 +00:00
Import('env')
if not env['GLUT']:
Return()
env = env.Clone()
env.Prepend(LIBS = ['$GLUT_LIB'])
env.Program(
target = 'fp-tri',
source = ['fp-tri.c'],
)