more work on GL_ARB_texture_compression
[mesa.git] / src / mesa / main / Makefile.DJ
index 81fa57216f44158eec1fde0b12ac17945a4ed727..81d753566837201995a045299b2a4a9eea6e89d7 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.DJ,v 1.4 2000/02/02 19:15:53 brianp Exp $
+# $Id: Makefile.DJ,v 1.7 2000/04/07 16:28:37 brianp Exp $
 
 # Mesa 3-D graphics library
 # Version:  3.3
@@ -38,6 +38,7 @@ LIBDIR = ..\lib
 CFLAGS +=  -D__DOS__ -D__MSDOS32__
 
 CORE_SOURCES = \
+       aatriangle.c \
        accum.c \
        alpha.c \
        alphabuf.c \
@@ -80,6 +81,7 @@ CORE_SOURCES = \
        mmath.c \
        pb.c \
        pixel.c \
+       pixeltex.c \
        pipeline.c \
        points.c \
        polygon.c \
@@ -97,6 +99,7 @@ CORE_SOURCES = \
        texobj.c \
        texstate.c \
        texture.c \
+       texutil.c \
        translate.c \
        triangle.c \
        varray.c \