diff options
author | Brian Paul <[email protected]> | 2009-04-18 12:58:00 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-18 12:58:00 -0600 |
commit | f47495ec42491f1c32391f29e5ed8819eaef6ee2 (patch) | |
tree | 736a9df6fc0047276469850c4ce33c3cf9a37abf /progs | |
parent | dfd69a27f8c3db3d90e2334237bf4a8eabb17e9e (diff) |
demos: move texdown.c to tests/
Diffstat (limited to 'progs')
-rw-r--r-- | progs/demos/Makefile | 1 | ||||
-rw-r--r-- | progs/tests/Makefile | 1 | ||||
-rw-r--r-- | progs/tests/texdown.c (renamed from progs/demos/texdown.c) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile index 0d4b845137b..0f72595c237 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -54,7 +54,6 @@ PROGS = \ terrain \ tessdemo \ texcyl \ - texdown \ texenv \ texobj \ textures \ diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 18ea559b461..cd6c496961c 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -83,6 +83,7 @@ SOURCES = \ subtexrate.c \ tex1d.c \ texcompress2.c \ + texdown \ texfilt.c \ texline.c \ texobjshare.c \ diff --git a/progs/demos/texdown.c b/progs/tests/texdown.c index 7e460458325..7e460458325 100644 --- a/progs/demos/texdown.c +++ b/progs/tests/texdown.c |