diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-12-08 15:42:54 -0700 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-12-09 10:23:14 -0700 |
commit | 5295f9a033e958e144ac3f47e6146842cd7dff9c (patch) | |
tree | b7bbfa74cb102ebcc43bcf4f951fb8eb5910c632 /src/glut/glx/Makefile | |
parent | a0d5c3cfe6582f8294154f6877319193458158a2 (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 7f886f775a..74f69c3cff 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 \ |