[Bf-blender-cvs] [d5abff5] master: Fix scons build

Antony Riakiotakis noreply at git.blender.org
Fri Mar 20 19:47:21 CET 2015


Commit: d5abff589ebdfc2b9c110f4a67dad0db336482b7
Author: Antony Riakiotakis
Date:   Fri Mar 20 19:46:48 2015 +0100
Branches: master
https://developer.blender.org/rBd5abff589ebdfc2b9c110f4a67dad0db336482b7

Fix scons build

===================================================================

M	SConstruct

===================================================================

diff --git a/SConstruct b/SConstruct
index 00a95b0..52fef2f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -771,6 +771,9 @@ if B.targets != ['cudakernels']:
     data_to_c_simple("source/blender/gpu/shaders/gpu_shader_fx_ssao_frag.glsl")
     data_to_c_simple("source/blender/gpu/shaders/gpu_shader_fx_dof_frag.glsl")
     data_to_c_simple("source/blender/gpu/shaders/gpu_shader_fx_dof_vert.glsl")
+    data_to_c_simple("source/blender/gpu/shaders/gpu_shader_fx_dof_hq_frag.glsl")
+    data_to_c_simple("source/blender/gpu/shaders/gpu_shader_fx_dof_hq_vert.glsl")
+    data_to_c_simple("source/blender/gpu/shaders/gpu_shader_fx_dof_hq_geo.glsl")
     data_to_c_simple("source/blender/gpu/shaders/gpu_shader_fx_lib.glsl")
     data_to_c_simple("source/blender/gpu/shaders/gpu_shader_fx_depth_resolve.glsl")
     data_to_c_simple("source/blender/gpu/shaders/gpu_shader_fx_vert.glsl")




More information about the Bf-blender-cvs mailing list