Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2004-09-19 15:50:38 +0400
committerTon Roosendaal <ton@blender.org>2004-09-19 15:50:38 +0400
commit790a34e9a63d12706368fcd191702c8b7ee58e08 (patch)
tree78849f1cf985d71b52912ecc760b73f9280ffa0a
parentca5b7386e501518157493335e870435017cbb98a (diff)
Service: SConscript file!
-rw-r--r--source/blender/src/SConscript6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/blender/src/SConscript b/source/blender/src/SConscript
index 2c371369679..3926894c16d 100644
--- a/source/blender/src/SConscript
+++ b/source/blender/src/SConscript
@@ -51,6 +51,11 @@ source_files = ['B.blend.c',
'editlattice.c',
'editmball.c',
'editmesh.c',
+ 'editmesh_add.c',
+ 'editmesh_lib.c',
+ 'editmesh_loop.c',
+ 'editmesh_mods.c',
+ 'editmesh_tools.c',
'editnla.c',
'editobject.c',
'editoops.c',
@@ -84,6 +89,7 @@ source_files = ['B.blend.c',
'interface_draw.c',
'keyval.c',
'mainqueue.c',
+ 'meshtools.c',
'mywindow.c',
'oops.c',
'splash.jpg.c',