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:
authorWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2004-01-09 02:57:57 +0300
committerWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2004-01-09 02:57:57 +0300
commitbfdf036b4584244eda011a58fe0db15ac6ea0764 (patch)
tree2fff974d7431c75f3ecb480ca291b352d7e9adf4 /source/blender/yafray
parent5c51bd7e56a0c11c490a252be64cbab6f8a1a741 (diff)
- Add new yafray files to SConscript
Diffstat (limited to 'source/blender/yafray')
-rw-r--r--source/blender/yafray/SConscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/yafray/SConscript b/source/blender/yafray/SConscript
index 49f0a0c6678..aa721ecb004 100644
--- a/source/blender/yafray/SConscript
+++ b/source/blender/yafray/SConscript
@@ -8,7 +8,9 @@ yafray_env.Append (CCFLAGS = cflags)
yafray_env.Append (CXXFLAGS = cxxflags)
yafray_env.Append (CPPDEFINES = defines)
-source_files = ['intern/yafray_Render.cpp']
+source_files = ['intern/yafray_Render.cpp',
+ 'intern/export_File.cpp',
+ 'intern/api.cpp']
yafray_env.Append (CPPPATH = ['#/intern/guardedalloc',
'../blenlib',