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:
authorRobert Holcomb <bob_holcomb@hotmail.com>2007-03-24 21:41:54 +0300
committerRobert Holcomb <bob_holcomb@hotmail.com>2007-03-24 21:41:54 +0300
commit808a5fc05a3e242661228ae0637fa47e4e41860b (patch)
treedefa1d65e2d8a936265717a75f6ee375c7479c63 /source/blender/nodes/SConscript
parentd193ce012a8dc674211d9241213fbc16b7798303 (diff)
Scons build system. MSVC 7.1 in a moment.
Diffstat (limited to 'source/blender/nodes/SConscript')
-rw-r--r--source/blender/nodes/SConscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/nodes/SConscript b/source/blender/nodes/SConscript
index 7f3c883a46c..578f62dc152 100644
--- a/source/blender/nodes/SConscript
+++ b/source/blender/nodes/SConscript
@@ -5,13 +5,15 @@ sources = env.Glob('intern/*.c')
sources += env.Glob('intern/CMP_nodes/*.c')
sources += env.Glob('intern/SHD_nodes/*.c')
-incs = '. #/intern/guardedalloc ../include ../blenlib ../makesdna'
+incs = '. ./intern '
+incs += '#/intern/guardedalloc ../include ../blenlib ../makesdna'
incs += ' ../python ../render/extern/include '
incs += ' ../imbuf ../avi '
incs += ' ../blenloader ../quicktime'
incs += ' ../blenkernel ../renderconverter '
+
incs += ' ' + env['BF_OPENGL_INC']
incs += ' ' + env['BF_ZLIB_INC']
incs += ' ' + env['BF_SDL_INC']