diff options
author | José Fonseca <[email protected]> | 2009-01-23 16:24:43 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-01-23 17:09:51 +0000 |
commit | 528a0a885e85907888738cd7b28fff1334697e50 (patch) | |
tree | 3c85769c616d852722da1e9b08a69975373ef3ae /progs/SConscript | |
parent | b0d0e53a54ce79f57334942bf0b3762db8a3a7b8 (diff) |
progs: Port vp-tris to glew.
There was some wglGetProcAddress calls to setup extensions already, but
including glext caused many compilation errors in MinGW.
Diffstat (limited to 'progs/SConscript')
-rw-r--r-- | progs/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/SConscript b/progs/SConscript index 245fc267257..ffb6de4f16c 100644 --- a/progs/SConscript +++ b/progs/SConscript @@ -1,4 +1,5 @@ SConscript([ 'demos/SConscript', 'trivial/SConscript', + 'vp/SConscript', ]) |