summaryrefslogtreecommitdiff
path: root/src/mesa/main/descrip.mms
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>2000-04-14 07:42:46 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>2000-04-14 07:42:46 +0000
commitddf9b3aa482b21375c8a72b5c854b600014c3dbf (patch)
treeab14e42741969a360563a78ef97fee5e35da7c93 /src/mesa/main/descrip.mms
parentad2f32155f6db21c19fc2dfb002853a0bc0649af (diff)
Committing in .
VMS support for pixeltex.c Modified Files: Mesa/src/descrip.mms Mesa/src/pixeltex.h ----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/main/descrip.mms')
-rw-r--r--src/mesa/main/descrip.mms6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms
index 1e1916f881..78c3b43480 100644
--- a/src/mesa/main/descrip.mms
+++ b/src/mesa/main/descrip.mms
@@ -50,8 +50,8 @@ matrix.obj,glapi.obj,glapinoop.obj,dispatch.obj,imaging.obj,mem.obj,\
mmath.obj,pb.obj,pixel.obj,points.obj
OBJECTS7=polygon.obj,\
-quads.obj,rastpos.obj,readpix.obj,rect.obj,scissor.obj,shade.obj,span.obj
-
+quads.obj,rastpos.obj,readpix.obj,rect.obj,scissor.obj,shade.obj,span.obj,\
+pixeltex.obj
OBJECTS4=stencil.obj,teximage.obj,texobj.obj,texstate.obj,texture.obj,translate.obj,\
triangle.obj,varray.obj,winpos.obj,vb.obj,vbcull.obj,vbfill.obj,vbrender.obj
@@ -124,6 +124,8 @@ aatriangle.obj : aatriangle.c
triangle.obj : triangle.c
+pixeltex.obj : pixeltex.c
+
[.x86]x86.obj : [.x86]x86.c
$(CC) $(CFLAGS) /obj=[.x86]x86.obj [.x86]x86.c
[.x]glxapi.obj : [.x]glxapi.c