summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-02-15 21:47:20 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-02-15 21:47:20 +0000
commit1587eff1b6d6ab74c302ca2ccb767d917ce3b1dd (patch)
treee390def90904b02f8ae4ace460a79d5494dfae7b /progs
parent8c7d39cc8319864d43c4a8143d09cbc09c7371ff (diff)
progs/redbook: Temporarily disable the demos that extensions not part of windows to fix build.
Diffstat (limited to 'progs')
-rw-r--r--progs/redbook/SConscript20
1 files changed, 10 insertions, 10 deletions
diff --git a/progs/redbook/SConscript b/progs/redbook/SConscript
index 750ad36fe0..df7e8da754 100644
--- a/progs/redbook/SConscript
+++ b/progs/redbook/SConscript
@@ -14,8 +14,8 @@ progs = [
'checker',
'clip',
'colormat',
- 'combiner',
- 'convolution',
+ #'combiner',
+ #'convolution',
'cube',
'cubemap',
'depthcue',
@@ -24,29 +24,29 @@ progs = [
'drawf',
'feedback',
'fog',
- 'fogcoord',
+ #'fogcoord',
'fogindex',
'font',
'hello',
- 'histogram',
+ #'histogram',
'image',
'light',
'lines',
'list',
'material',
- 'minmax',
+ #'minmax',
'mipmap',
'model',
'movelight',
'multisamp',
- 'multitex',
- 'mvarray',
+ #'multitex',
+ #'mvarray',
'nurbs',
'pickdepth',
'picksquare',
'plane',
'planet',
- 'pointp',
+ #'pointp',
'polyoff',
'polys',
'quadric',
@@ -56,7 +56,7 @@ progs = [
'scene',
'sceneflat',
'select',
- 'shadowmap',
+ #'shadowmap',
'smooth',
'stencil',
'stroke',
@@ -71,7 +71,7 @@ progs = [
'texprox',
'texsub',
'texturesurf',
- 'texture3d',
+ #'texture3d',
'torus',
'trim',
'unproject',