Orange branch:

Aye, the SConscript files need the new C files too.
Note for later: MSVC needs fix too then!
This commit is contained in:
2005-12-18 13:52:07 +00:00
parent e14ff3de3d
commit 3bba3813bd
2 changed files with 4 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ source_files = ['B.blend.c',
'drawtext.c',
'drawtime.c',
'drawview.c',
'drawnode.c',
'edit.c',
'editaction.c',
'editarmature.c',
@@ -56,6 +57,7 @@ source_files = ['B.blend.c',
'editlattice.c',
'editmball.c',
'editmesh.c',
'editnode.c',
'editmesh_add.c',
'editmesh_lib.c',
'editmesh_loop.c',
@@ -92,6 +94,7 @@ source_files = ['B.blend.c',
'header_text.c',
'header_time.c',
'header_view3d.c',
'header_node.c',
'imagepaint.c',
'imasel.c',
'interface.c',