diff options
author | Jouk Jansen <[email protected]> | 2000-04-14 07:42:46 +0000 |
---|---|---|
committer | Jouk Jansen <[email protected]> | 2000-04-14 07:42:46 +0000 |
commit | ddf9b3aa482b21375c8a72b5c854b600014c3dbf (patch) | |
tree | ab14e42741969a360563a78ef97fee5e35da7c93 /src | |
parent | ad2f32155f6db21c19fc2dfb002853a0bc0649af (diff) |
Committing in .
VMS support for pixeltex.c
Modified Files:
Mesa/src/descrip.mms Mesa/src/pixeltex.h
----------------------------------------------------------------------
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/descrip.mms | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index 1e1916f8816..78c3b434808 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 |