OSDN Git Service

scons: Remove second occurence of draw_passthrough.c.
authorMichal Krol <michal@tungstengraphics.com>
Fri, 14 Mar 2008 20:40:02 +0000 (21:40 +0100)
committerMichal Krol <michal@tungstengraphics.com>
Fri, 14 Mar 2008 20:40:32 +0000 (21:40 +0100)
src/gallium/auxiliary/draw/SConscript

index 64b444d..d7fb86d 100644 (file)
@@ -14,10 +14,9 @@ draw = env.ConvenienceLibrary(
                'draw_debug.c',
                'draw_flatshade.c',
                'draw_offset.c',
-               'draw_prim.c',
                'draw_passthrough.c',
+               'draw_prim.c',
                'draw_pstipple.c',
-               'draw_passthrough.c',
                'draw_stipple.c',
                'draw_twoside.c',
                'draw_unfilled.c',