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>2005-07-12 20:02:50 +0400
committerTon Roosendaal <ton@blender.org>2005-07-12 20:02:50 +0400
commitf6bd2ad3d0502f04524081e1d8e0a348e7ab6181 (patch)
tree903a7e09099f908f840e9af7d3618a63d81e2795 /source/blender/src/SConscript
parentab45b910cde0c661c6b53c6ccf9f53a1b8b4bd19 (diff)
ACK! Forgot to add the new drawarmature.c file. :)
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 bd235adb980..2505e6fa8ab 100644
--- a/source/blender/src/SConscript
+++ b/source/blender/src/SConscript
@@ -23,6 +23,7 @@ source_files = ['B.blend.c',
'cmovie.tga.c',
'cursors.c',
'drawaction.c',
+ 'drawarmature.c',
'drawdeps.c',
'drawimage.c',
'drawimasel.c',