summaryrefslogtreecommitdiff
path: root/src/mesa/main/descrip.mms
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-04-27 13:41:56 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-04-27 13:41:56 +0000
commit65fdeaca6c1d61dd0297464f22f8073584eedc34 (patch)
tree115e2edc384dd2695eb2530dadcc131376c615d4 /src/mesa/main/descrip.mms
parent8f04c12e0ad876baa7eb9ed379e2b00150b376e0 (diff)
updated other makefiles
Diffstat (limited to 'src/mesa/main/descrip.mms')
-rw-r--r--src/mesa/main/descrip.mms9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms
index 475bed110b..1f11b24a8c 100644
--- a/src/mesa/main/descrip.mms
+++ b/src/mesa/main/descrip.mms
@@ -57,12 +57,13 @@ SOURCES =accum.c \
state.c \
stencil.c \
texcompress.c \
+ texcompress_fxt1.c \
+ texcompress_s3tc.c \
texformat.c \
teximage.c \
texobj.c \
texstate.c \
texstore.c \
- texutil.c \
varray.c \
vtxfmt.c
@@ -107,12 +108,13 @@ rastpos.obj,\
state.obj,\
stencil.obj,\
texcompress.obj,\
+texcompress_fxt1.obj,\
+texcompress_s3tc.obj,\
texformat.obj,\
teximage.obj,\
texobj.obj,\
texstate.obj,\
texstore.obj,\
-texutil.obj,\
varray.obj,\
vtxfmt.obj
@@ -171,11 +173,12 @@ rastpos.obj : rastpos.c
state.obj : state.c
stencil.obj : stencil.c
texcompress.obj : texcompress.c
+texcompress_fxt1.obj : texcompress_fxt1.c
+texcompress_s3tc.obj : texcompress_s3tc.c
texformat.obj : texformat.c
teximage.obj : teximage.c
texobj.obj : texobj.c
texstate.obj : texstate.c
texstore.obj : texstore.c
-texutil.obj : texutil.c
varray.obj : varray.c
vtxfmt.obj : vtxfmt.c