new MESA_DEBUG option: disassem
[mesa.git] / src / mesa / main / Makefile.win
index ebb59e76cdd4cd3ce8a30620166831b29bfab0e7..a27f44c112e369f1509da21866d927e82ab957f8 100644 (file)
@@ -16,8 +16,10 @@ CORE_SRCS = \
        api_noop.c \
        api_validate.c \
        accum.c \
+       arbprogram.c \
        attrib.c \
        blend.c \
+       bufferobj.c \
        buffers.c \
        clip.c \
        colortab.c \
@@ -45,7 +47,6 @@ CORE_SRCS = \
        light.c \
        lines.c \
        matrix.c \
-       mmath.c \
        nvprogram.c \
        nvfragparse.c \
        nvvertexec.c \
@@ -57,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 \
@@ -92,7 +94,6 @@ CORE_SRCS = \
        swrast\s_drawpix.c \
        swrast\s_feedback.c \
        swrast\s_fog.c \
-       swrast\s_histogram.c \
        swrast\s_imaging.c \
        swrast\s_lines.c \
        swrast\s_logic.c \