summaryrefslogtreecommitdiff
path: root/progs/redbook/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'progs/redbook/SConscript')
-rw-r--r--progs/redbook/SConscript86
1 files changed, 0 insertions, 86 deletions
diff --git a/progs/redbook/SConscript b/progs/redbook/SConscript
deleted file mode 100644
index 750ad36fe0..0000000000
--- a/progs/redbook/SConscript
+++ /dev/null
@@ -1,86 +0,0 @@
-Import('*')
-
-progs = [
- 'aaindex',
- 'aapoly',
- 'aargb',
- 'accanti',
- 'accpersp',
- 'alpha3D',
- 'alpha',
- 'anti',
- 'bezcurve',
- 'bezmesh',
- 'checker',
- 'clip',
- 'colormat',
- 'combiner',
- 'convolution',
- 'cube',
- 'cubemap',
- 'depthcue',
- 'dof',
- 'double',
- 'drawf',
- 'feedback',
- 'fog',
- 'fogcoord',
- 'fogindex',
- 'font',
- 'hello',
- 'histogram',
- 'image',
- 'light',
- 'lines',
- 'list',
- 'material',
- 'minmax',
- 'mipmap',
- 'model',
- 'movelight',
- 'multisamp',
- 'multitex',
- 'mvarray',
- 'nurbs',
- 'pickdepth',
- 'picksquare',
- 'plane',
- 'planet',
- 'pointp',
- 'polyoff',
- 'polys',
- 'quadric',
- 'robot',
- 'sccolorlight',
- 'scenebamb',
- 'scene',
- 'sceneflat',
- 'select',
- 'shadowmap',
- 'smooth',
- 'stencil',
- 'stroke',
- 'surface',
- 'surfpoints',
- 'teaambient',
- 'teapots',
- 'tess',
- 'tesswind',
- 'texbind',
- 'texgen',
- 'texprox',
- 'texsub',
- 'texturesurf',
- 'texture3d',
- 'torus',
- 'trim',
- 'unproject',
- 'varray',
- 'wrap',
-]
-
-for prog in progs:
- progs_env.Program(
- target = prog,
- source = prog + '.c',
- )