Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SConscript 98B

123456
  1. Import('*')
  2. progs_env.Program(
  3. target = 'vp-tris',
  4. source = ['vp-tris.c'],
  5. )