diff options
author | Brian Paul <[email protected]> | 2008-12-08 15:42:54 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-12-15 18:19:05 -0700 |
commit | 12219210af0bd2ec888c1cbcb3621237368fe4e8 (patch) | |
tree | e08401821db8daf4ac4a0e332f4ebfdb7479b4eb /src/glut/glx/Makefile | |
parent | dc58da3e063d2a4018eea9149b43a3656a93a7ca (diff) |
glut: added GLUT_PPM_FILE env var to dump first frame to a PPM file
Set GLUT_PPM_FILE to the desired filename. The first frame rendered will
be written to that file.
Diffstat (limited to 'src/glut/glx/Makefile')
-rw-r--r-- | src/glut/glx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glut/glx/Makefile b/src/glut/glx/Makefile index c8f0097ebe4..87301f1b77d 100644 --- a/src/glut/glx/Makefile +++ b/src/glut/glx/Makefile @@ -56,6 +56,7 @@ SOURCES = \ glut_modifier.c \ glut_mroman.c \ glut_overlay.c \ + glut_ppm.c \ glut_roman.c \ glut_shapes.c \ glut_space.c \ |