From 574c456a5ac6ca13f293a2884c3a90fd28edd4e1 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Wed, 27 Sep 2000 10:59:15 +0000 Subject: Committing in . Modified Files: Mesa/src/descrip.mms inserted imports.c ---------------------------------------------------------------------- --- src/mesa/main/descrip.mms | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/mesa') diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index 15bb1b735e..8ec8a66fb9 100644 --- a/src/mesa/main/descrip.mms +++ b/src/mesa/main/descrip.mms @@ -20,7 +20,7 @@ bitmap.c blend.c buffers.c clip.c colortab.c context.c copypix.c depth.c \ dispatch.c convolve.c \ dlist.c drawpix.c enable.c eval.c feedback.c fog.c \ get.c hash.c hint.c image.c imaging.c light.c lines.c logic.c masking.c matrix.c \ -mem.c glapi.c glapinoop.c \ +mem.c glapi.c glapinoop.c imports.c\ mmath.c pb.c pixel.c points.c polygon.c \ quads.c rastpos.c readpix.c rect.c scissor.c shade.c span.c \ stencil.c teximage.c texobj.c texstate.c texture.c translate.c triangle.c \ @@ -49,7 +49,7 @@ OBJECTS3=get.obj,hash.obj,hint.obj,image.obj,light.obj,lines.obj,logic.obj,maski matrix.obj,glapi.obj,glapinoop.obj,dispatch.obj,imaging.obj,mem.obj,\ mmath.obj,pb.obj,pixel.obj,points.obj -OBJECTS7=polygon.obj,\ +OBJECTS7=polygon.obj,imports.obj,\ quads.obj,rastpos.obj,readpix.obj,rect.obj,scissor.obj,shade.obj,span.obj,\ pixeltex.obj,convolve.obj @@ -126,6 +126,8 @@ triangle.obj : triangle.c pixeltex.obj : pixeltex.c +imports.obj : imports.c + [.x86]x86.obj : [.x86]x86.c $(CC) $(CFLAGS) /obj=[.x86]x86.obj [.x86]x86.c [.x]glxapi.obj : [.x]glxapi.c -- cgit v1.2.3