mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
Committing in .
VMS support for pixeltex.c Modified Files: Mesa/src/descrip.mms Mesa/src/pixeltex.h ----------------------------------------------------------------------
This commit is contained in:
parent
ad2f32155f
commit
ddf9b3aa48
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue