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>2006-01-24 01:44:44 +0300
committerTon Roosendaal <ton@blender.org>2006-01-24 01:44:44 +0300
commit9eadefee11b70342604410658df8f0d29a1c278d (patch)
tree16e6c08a7ca7b899ed9fd30995ac9141203d48d7 /source/blender/blenlib/SConscript
parent042d612df219c8f6a29afa235537380f227b5684 (diff)
Scons changes needed to get it compile, works here! :)
Diffstat (limited to 'source/blender/blenlib/SConscript')
-rw-r--r--source/blender/blenlib/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/SConscript b/source/blender/blenlib/SConscript
index 379817cc322..8b8740a2e6b 100644
--- a/source/blender/blenlib/SConscript
+++ b/source/blender/blenlib/SConscript
@@ -25,6 +25,7 @@ source_files = ['intern/BLI_dynstr.c',
'intern/util.c',
'intern/vectorops.c',
'intern/freetypefont.c',
+ 'intern/jitter.c',
'intern/winstuff.c']