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:
authorNathan Letwory <nathan@letworyinteractive.com>2004-10-06 23:04:11 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2004-10-06 23:04:11 +0400
commit6203abff06426c025c9666806ebf634122b84f6e (patch)
tree8eca0455ee0e2938e925f99f2f3741f95d1db25f /source/blender/src/SConscript
parentd5e0c065bc58a8a6e45a5ffee58fb97f120228e6 (diff)
add outliner.c so new outliner stuff gets actually compiled in :)
Diffstat (limited to 'source/blender/src/SConscript')
-rw-r--r--source/blender/src/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/SConscript b/source/blender/src/SConscript
index 8460a5cb750..940701fb1c8 100644
--- a/source/blender/src/SConscript
+++ b/source/blender/src/SConscript
@@ -93,6 +93,7 @@ source_files = ['B.blend.c',
'meshtools.c',
'mywindow.c',
'oops.c',
+ 'outliner.c',
'splash.jpg.c',
'playanim.c',
'poseobject.c',