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
path: root/tools
diff options
context:
space:
mode:
authorMartin Poirier <theeth@yahoo.com>2007-12-24 02:41:16 +0300
committerMartin Poirier <theeth@yahoo.com>2007-12-24 02:41:16 +0300
commit2b49858b0225e1b173c75b6c16c620542fcc2003 (patch)
treecd3e4d6c2ff9c3478c177bc1a9a30264e194ea51 /tools
parent146b0aec14835872b2db9c18dc8615513050e6df (diff)
Missing change in previous BPy revert.
This was only the added build options in scons, so no harm done.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/btools.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/btools.py b/tools/btools.py
index 6ff0f401742..9f5a028f845 100755
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -46,7 +46,6 @@ def validate_arguments(args, bc):
'WITH_BF_QUICKTIME', 'BF_QUICKTIME', 'BF_QUICKTIME_INC', 'BF_QUICKTIME_LIB', 'BF_QUICKTIME_LIBPATH',
'WITH_BF_STATICOPENGL', 'BF_OPENGL', 'BF_OPENGL_INC', 'BF_OPENGL_LIB', 'BF_OPENGL_LIBPATH', 'BF_OPENGL_LIB_STATIC', 'BF_OPENGL_LINKFLAGS',
'WITH_BF_FTGL', 'BF_FTGL', 'BF_FTGL_INC', 'BF_FTGL_LIB',
- 'WITH_BF_BPYAPI_V24X',
'WITH_BF_PLAYER',
'CFLAGS', 'CCFLAGS', 'CPPFLAGS',
'REL_CFLAGS', 'REL_CCFLAGS',
@@ -174,7 +173,6 @@ def read_opts(cfg, args):
('BF_FFMPEG_INC', 'FFMPEG includes', ''),
('BF_FFMPEG_LIBPATH', 'FFMPEG library path', ''),
- (BoolOption('WITH_BF_BPYAPI_V24X', 'Compile Blender 2.4x python api if true', 'true')),
(BoolOption('WITH_BF_JPEG', 'Use JPEG if true', 'true')),
('BF_JPEG', 'JPEG base path', ''),