diff options
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 \ |