progs/tests: added stencilreaddraw to SConscript, Makefile

This commit is contained in:
Brian Paul 2010-04-08 14:52:02 -06:00
parent 205253b015
commit 4d8f34e909
2 changed files with 2 additions and 0 deletions

View file

@ -90,6 +90,7 @@ SOURCES = \
seccolor.c \
shader_api.c \
sharedtex.c \
stencilreaddraw.c \
stencil_twoside.c \
stencilwrap.c \
stencil_wrap.c \

View file

@ -89,6 +89,7 @@ progs = [
'scissor-viewport',
'seccolor',
'shader_api',
'stencilreaddraw',
'stencil_twoside',
'stencil_wrap',
'stencilwrap',