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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2013-06-25 04:11:04 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-06-25 04:11:04 +0400
commitd54b2391c4b0c862aa4991f467bf724bb811048e (patch)
tree5594f1684d9a81ea53b04e35e4969c305e3d7d96 /source/blender/compositor
parentcd8959c4bfb591c8b3d003aeec99cc5501c87e41 (diff)
Buildbot: another workaround for the Windows command length limit, this time
with the freestyle module which has 242 cpp files.
Diffstat (limited to 'source/blender/compositor')
-rw-r--r--source/blender/compositor/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/SConscript b/source/blender/compositor/SConscript
index 8d7f036f172..d40015cf9d3 100644
--- a/source/blender/compositor/SConscript
+++ b/source/blender/compositor/SConscript
@@ -59,7 +59,7 @@ incs = [
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):
incs.append(env['BF_PTHREADS_INC'])
-env.BlenderLib('bf_composite_intern', sources_intern, incs, defines=defs, libtype=['core'], priority=[164])
+env.BlenderLib('bf_composite_intern', sources_intern, incs, defines=defs, libtype=['core'], priority=[166])
env.BlenderLib('bf_composite_nodes', sources_nodes, incs, defines=defs, libtype=['core'], priority=[165])
-env.BlenderLib('bf_composite_operations', sources_operations, incs, defines=defs, libtype=['core'], priority=[166])
+env.BlenderLib('bf_composite_operations', sources_operations, incs, defines=defs, libtype=['core'], priority=[164])