diff options
author | Brian Paul <[email protected]> | 2004-04-27 13:41:56 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-04-27 13:41:56 +0000 |
commit | 65fdeaca6c1d61dd0297464f22f8073584eedc34 (patch) | |
tree | 115e2edc384dd2695eb2530dadcc131376c615d4 /src/mesa/main/Makefile.win | |
parent | 8f04c12e0ad876baa7eb9ed379e2b00150b376e0 (diff) |
updated other makefiles
Diffstat (limited to 'src/mesa/main/Makefile.win')
-rw-r--r-- | src/mesa/main/Makefile.win | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |