diff options
author | Brian Paul <[email protected]> | 2001-07-14 17:53:04 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-07-14 17:53:04 +0000 |
commit | 96385fa15569e25cd0977e678c0ff3bdab6ef316 (patch) | |
tree | 64906f361d7fca6abb6cdd96b50439ccbce945d6 /src/mesa/main/Makefile.OSMesa16 | |
parent | 274fc30d31803a1c73d7d05e041e71e6b683229e (diff) |
more work on float colors (still not finished)
Diffstat (limited to 'src/mesa/main/Makefile.OSMesa16')
-rw-r--r-- | src/mesa/main/Makefile.OSMesa16 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/Makefile.OSMesa16 b/src/mesa/main/Makefile.OSMesa16 index 43193aa36b3..d6da7db06c1 100644 --- a/src/mesa/main/Makefile.OSMesa16 +++ b/src/mesa/main/Makefile.OSMesa16 @@ -1,4 +1,4 @@ -# $Id: Makefile.OSMesa16,v 1.4 2001/07/13 20:07:37 brianp Exp $ +# $Id: Makefile.OSMesa16,v 1.5 2001/07/14 17:53:04 brianp Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -121,7 +121,6 @@ CORE_SOURCES = \ swrast_setup/ss_context.c \ swrast_setup/ss_triangle.c \ swrast_setup/ss_vb.c \ - swrast_setup/ss_interp.c \ tnl/t_array_api.c \ tnl/t_array_import.c \ tnl/t_context.c \ |