diff options
author | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2000-09-27 10:59:15 +0000 |
---|---|---|
committer | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2000-09-27 10:59:15 +0000 |
commit | 574c456a5ac6ca13f293a2884c3a90fd28edd4e1 (patch) | |
tree | 5088d83a881bb3fe5af64a95c40759f8c0596d91 /src | |
parent | f142a0830a76b7ba473ad76bf312405fe726a1cc (diff) |
Committing in .
Modified Files:
Mesa/src/descrip.mms
inserted imports.c
----------------------------------------------------------------------
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 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 |