Quellcode durchsuchen

Committing in .

 VMS support for pixeltex.c

 Modified Files:
 	Mesa/src/descrip.mms Mesa/src/pixeltex.h
 ----------------------------------------------------------------------
tags/mesa_3_3
Jouk Jansen vor 25 Jahren
Ursprung
Commit
ddf9b3aa48
1 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
  1. 4
    2
      src/mesa/main/descrip.mms

+ 4
- 2
src/mesa/main/descrip.mms Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern