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:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-06-09 00:12:29 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-06-09 00:12:29 +0400
commit07001e708ed59e69871e8b4b096106981d9e6cd7 (patch)
tree45a035b9d981af9c6e953e85977a3c30a3ec5a29 /tools
parent062fb01614be23623fc9ebedc1ca1307ceb9a1bf (diff)
parent71573cbd55a9088f4f3011da473ad6101fc2b531 (diff)
soc-2008-mxcurioni: merged changes to revision 15163
Diffstat (limited to 'tools')
-rwxr-xr-xtools/btools.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/btools.py b/tools/btools.py
index 5bce1c15daa..a890315e7bf 100755
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -193,6 +193,18 @@ def read_opts(cfg, args):
('BF_JPEG_LIB', 'JPEG library', ''),
('BF_JPEG_LIBPATH', 'JPEG library path', ''),
+ (BoolOption('WITH_BF_OPENJPEG', 'Use OPENJPEG if true', 'false')),
+ ('BF_OPENJPEG', 'OPENJPEG base path', ''),
+ ('BF_OPENJPEG_INC', 'OPENJPEG include path', ''),
+ ('BF_OPENJPEG_LIB', 'OPENJPEG library', ''),
+ ('BF_OPENJPEG_LIBPATH', 'OPENJPEG library path', ''),
+
+ (BoolOption('WITH_BF_REDCODE', 'Use REDCODE if true', 'false')),
+ ('BF_REDCODE', 'REDCODE base path', ''),
+ ('BF_REDCODE_INC', 'REDCODE include path', ''),
+ ('BF_REDCODE_LIB', 'REDCODE library', ''),
+ ('BF_REDCODE_LIBPATH', 'REDCODE library path', ''),
+
(BoolOption('WITH_BF_PNG', 'Use PNG if true', 'true')),
('BF_PNG', 'PNG base path', ''),
('BF_PNG_INC', 'PNG include path', ''),