Small fix for new transform commit, scons complains about missing imagepaint.c.

This file is only in tuhopuu.
This commit is contained in:
2005-02-14 15:19:55 +00:00
parent c334c00995
commit 3d241fd6cc

View File

@@ -8,7 +8,7 @@ src_env.Append (CCFLAGS = user_options_dict['SDL_CFLAGS'])
source_files = ['B.blend.c',
'Bfont.c',
'bfont.ttf.c',
'bfont.ttf.c',
'blenderbuttons.c',
'booleanops.c',
'booleanops_mesh.c',
@@ -85,14 +85,13 @@ source_files = ['B.blend.c',
'header_sound.c',
'header_text.c',
'header_view3d.c',
'imagepaint.c',
'imasel.c',
'interface.c',
'interface_panel.c',
'interface_draw.c',
'keyval.c',
'mainqueue.c',
'meshtools.c',
'meshtools.c',
'mywindow.c',
'oops.c',
'outliner.c',