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:
authorCampbell Barton <ideasman42@gmail.com>2012-08-11 20:25:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-11 20:25:31 +0400
commitca7c07cda942976d805fcf2bbfe168b4b7b3fe18 (patch)
tree54e9c2d82261a0e88da03006400ff3b82cb4715c /SConstruct
parent35ef09372a8d78f57f93b3cb4744d2d38b45c5b0 (diff)
add back datatoc, use this instead of cmake script which was too slow.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 7a662640a37..7e6bcdf8747 100644
--- a/SConstruct
+++ b/SConstruct
@@ -496,7 +496,7 @@ def data_to_c_simple(FILE_FROM):
data_to_c("source/blender/compositor/operations/COM_OpenCLKernels.cl",
B.root_build_dir + "data_headers/COM_OpenCLKernels.cl.h",
- "clkernelstoh_COM_OpenCLKernels_cl")
+ "datatoc_COM_OpenCLKernels_cl")
data_to_c_simple("release/datafiles/startup.blend")
data_to_c_simple("release/datafiles/preview.blend")