draw: fix scons build
This commit is contained in:
@@ -4,6 +4,7 @@ draw = env.ConvenienceLibrary(
|
||||
target = 'draw',
|
||||
source = [
|
||||
'draw_context.c',
|
||||
'draw_pipe.c',
|
||||
'draw_pipe_aaline.c',
|
||||
'draw_pipe_aapoint.c',
|
||||
'draw_pipe_clip.c',
|
||||
@@ -16,7 +17,6 @@ draw = env.ConvenienceLibrary(
|
||||
'draw_pipe_unfilled.c',
|
||||
'draw_pipe_validate.c',
|
||||
'draw_pipe_vbuf.c',
|
||||
'draw_pipe_vertex.c',
|
||||
'draw_pipe_wide_line.c',
|
||||
'draw_pipe_wide_point.c',
|
||||
'draw_pt.c',
|
||||
@@ -27,6 +27,7 @@ draw = env.ConvenienceLibrary(
|
||||
'draw_pt_fetch_shade_pipeline.c',
|
||||
'draw_pt_post_vs.c',
|
||||
'draw_pt_vcache.c',
|
||||
'draw_vertex.c',
|
||||
'draw_vs.c',
|
||||
'draw_vs_exec.c',
|
||||
'draw_vs_llvm.c',
|
||||
|
||||
Reference in New Issue
Block a user