diff options
author | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2000-03-13 10:31:57 +0000 |
---|---|---|
committer | Jouk Jansen <joukj@hrem.stm.tudelft.nl> | 2000-03-13 10:31:57 +0000 |
commit | ab07ef40930a187f8a9356f57533ec8b74702731 (patch) | |
tree | 7d46393888574b3e990ae4c233e43b174411f7a6 /src/mesa/main | |
parent | 9aafc4fd5d92ff0f81f20a3b0d4152ad0dc2f1f7 (diff) |
Committing in .
VMS compile support-update (AATRIANGLE.C)
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/main')
-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 1f5956c6ae..1e1916f881 100644 --- a/src/mesa/main/descrip.mms +++ b/src/mesa/main/descrip.mms @@ -15,7 +15,7 @@ INCDIR = [-.include] LIBDIR = [-.lib] CFLAGS = /include=($(INCDIR),[])/define=(FBIND=1) -CORE_SOURCES = accum.c alpha.c alphabuf.c attrib.c \ +CORE_SOURCES = aatriangle.c accum.c alpha.c alphabuf.c attrib.c \ bitmap.c blend.c buffers.c clip.c colortab.c context.c copypix.c depth.c \ dispatch.c \ dlist.c drawpix.c enable.c eval.c feedback.c fog.c \ @@ -39,7 +39,7 @@ DRIVER_SOURCES = [.x]glxapi.c [.x]fakeglx.c [.x]xfonts.c \ ASM_SOURCES = -OBJECTS =\ +OBJECTS =aatriangle.obj,\ accum.obj,alpha.obj,alphabuf.obj,attrib.obj,\ bitmap.obj,blend.obj,buffers.obj,clip.obj,colortab.obj,context.obj,copypix.obj,depth.obj,\ dlist.obj,drawpix.obj,enable.obj,eval.obj,feedback.obj,fog.obj @@ -120,6 +120,8 @@ clean : purge delete *.obj;* +aatriangle.obj : aatriangle.c + triangle.obj : triangle.c [.x86]x86.obj : [.x86]x86.c |