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:
Diffstat (limited to 'doc/build_systems/scons-dev.txt')
-rw-r--r--doc/build_systems/scons-dev.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/build_systems/scons-dev.txt b/doc/build_systems/scons-dev.txt
index ae2be2b2a94..9ca072c38c5 100644
--- a/doc/build_systems/scons-dev.txt
+++ b/doc/build_systems/scons-dev.txt
@@ -35,13 +35,14 @@
defaults.
Much of the actual functionality can be found in the python scripts
- in the directory $BLENDERHOME/tools, with Blender.py defining the
- bulk of the functionality. btools.py has some helper functions, and
- bcolors.py is for the terminal colors. mstoolkit.py and crossmingw.py
- are modules which set up SCons for the MS VC++ 2003 toolkit and
- the cross-compile toolset for compiling Windows binaries on Linux
- respectively. Note: the cross-compile doesn't work yet for Blender,
- but is added in preparation for having it work in the distant future.
+ in the directory $BLENDERHOME/build_files/scons/tools, with
+ Blender.py defining the bulk of the functionality. btools.py has some
+ helper functions, and bcolors.py is for the terminal
+ colors. mstoolkit.py and crossmingw.py are modules which set up SCons
+ for the MS VC++ 2003 toolkit and the cross-compile toolset for
+ compiling Windows binaries on Linux respectively. Note: the
+ cross-compile doesn't work yet for Blender, but is added in
+ preparation for having it work in the distant future.
BlenderEnvironment
------------------