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:
authorDaniel Dunbar <daniel@zuster.org>2004-02-29 18:07:32 +0300
committerDaniel Dunbar <daniel@zuster.org>2004-02-29 18:07:32 +0300
commitd63ca836db048673748d4e7add20e713677abffd (patch)
treeb2e3da3ea7af6acc7922f5b5e2b45b32fb161992 /source/blender/python/SConscript
parentbb635946f98587643fac0f462e0ed40546cb1392 (diff)
- SConscript error for mathutils, no comma after C file
Diffstat (limited to 'source/blender/python/SConscript')
-rw-r--r--source/blender/python/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript
index 27bfce04f6c..d8780a409ad 100644
--- a/source/blender/python/SConscript
+++ b/source/blender/python/SConscript
@@ -47,7 +47,7 @@ source_files = ['BPY_interface.c',
'api2_2x/matrix.c',
'api2_2x/euler.c',
'api2_2x/quat.c',
- 'api2_2x/Mathutils.c'
+ 'api2_2x/Mathutils.c',
'api2_2x/rgbTuple.c',
'api2_2x/gen_utils.c',
'api2_2x/EXPP_interface.c']