From 65fdeaca6c1d61dd0297464f22f8073584eedc34 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 27 Apr 2004 13:41:56 +0000 Subject: [PATCH] updated other makefiles --- src/mesa/main/Makefile.BeOS-R5 | 3 ++- src/mesa/main/Makefile.win | 3 ++- src/mesa/main/descrip.mms | 9 ++++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/mesa/main/Makefile.BeOS-R5 b/src/mesa/main/Makefile.BeOS-R5 index 037a3a59f3b..5e5d3300c31 100644 --- a/src/mesa/main/Makefile.BeOS-R5 +++ b/src/mesa/main/Makefile.BeOS-R5 @@ -99,12 +99,13 @@ MESA_CORE_SRCS = \ 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 \ vpexec.c \ vpparse.c \ diff --git a/src/mesa/main/Makefile.win b/src/mesa/main/Makefile.win index 63b5880c826..a27f44c112e 100644 --- a/src/mesa/main/Makefile.win +++ b/src/mesa/main/Makefile.win @@ -58,12 +58,13 @@ CORE_SRCS = \ state.c \ stencil.c \ texcompress.c \ + texcompress_fxt1.c \ + texcompress_s3tc.c \ teximage.c \ texformat.c \ texobj.c \ texstate.c \ texstore.c \ - texutil.c \ varray.c \ vtxfmt.c \ # X86\x86.c \ diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index 475bed110b4..1f11b24a8cb 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 -- 2.30.2