diff options
author | Brian Paul <[email protected]> | 2005-01-03 15:01:26 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-01-03 15:01:26 +0000 |
commit | 6563c16e381c2302ef8f76d78f8283e68aa3eb07 (patch) | |
tree | ceb4385e91ff545fbab6246d773721db81ad3f35 /src/mesa/swrast | |
parent | 25faa2d56e2c417d64c3ad50f43e421002bcd29a (diff) |
updates from Jouk
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/descrip.mms | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/swrast/descrip.mms b/src/mesa/swrast/descrip.mms index 175f7f8c64a..1fdfe564f66 100644 --- a/src/mesa/swrast/descrip.mms +++ b/src/mesa/swrast/descrip.mms @@ -24,11 +24,11 @@ SOURCES = s_aaline.c s_aatriangle.c s_accum.c s_alpha.c s_alphabuf.c \ s_drawpix.c s_feedback.c s_fog.c s_imaging.c s_lines.c s_logic.c \ s_masking.c s_nvfragprog.c s_pixeltex.c s_points.c s_readpix.c \ s_span.c s_stencil.c s_texstore.c s_texture.c s_triangle.c s_zoom.c \ - s_auxbuffer.c + s_auxbuffer.c s_atifragshader.c OBJECTS = s_aaline.obj,s_aatriangle.obj,s_accum.obj,s_alpha.obj,\ s_alphabuf.obj,s_auxbuffer.obj,s_bitmap.obj,s_blend.obj,\ - s_buffers.obj,s_context.obj,\ + s_buffers.obj,s_context.obj,s_atifragshader.obj,\ s_copypix.obj,s_depth.obj,s_drawpix.obj,s_feedback.obj,s_fog.obj,\ s_imaging.obj,s_lines.obj,s_logic.obj,s_masking.obj,s_nvfragprog.obj,\ s_pixeltex.obj,s_points.obj,s_readpix.obj,s_span.obj,s_stencil.obj,\ @@ -47,6 +47,7 @@ clean : purge delete *.obj;* +s_atifragshader.obj : s_atifragshader.c s_aaline.obj : s_aaline.c s_aatriangle.obj : s_aatriangle.c s_accum.obj : s_accum.c |