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:
authorAndrea Weikert <elubie@gmx.net>2006-11-13 09:40:08 +0300
committerAndrea Weikert <elubie@gmx.net>2006-11-13 09:40:08 +0300
commit32d49a8dae51f70c9d3a225b4c7764d1d1d96632 (patch)
tree210a2f293c671bd8b7c455f09f3bfa27c28785a4 /tools
parent001fb2c72269fb94a3f4e56f662fc82de990786a (diff)
==== scons ====
- cleanup for wintab library headers - properly define BF_WINTAB and BF_WINTAB_INC
Diffstat (limited to 'tools')
-rwxr-xr-xtools/btools.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/btools.py b/tools/btools.py
index 9a454baad1b..ab74fdf4fe4 100755
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -31,7 +31,7 @@ def validate_arguments(args, bc):
'WITH_BF_ICONV', 'BF_ICONV', 'BF_ICONV_INC', 'BF_ICONV_LIB', 'BF_ICONV_LIBPATH',
'WITH_BF_ODE', 'BF_ODE', 'BF_ODE_INC', 'BF_ODE_LIB',
'WITH_BF_GAMEENGINE', 'WITH_BF_BULLET', 'BF_BULLET', 'BF_BULLET_INC', 'BF_BULLET_LIB',
- 'BF_SOLID', 'BF_SOLID_INC',
+ 'BF_SOLID', 'BF_SOLID_INC', 'BF_WINTAB', 'BF_WINTAB_INC',
'WITH_BF_YAFRAY',
'BF_FREETYPE', 'BF_FREETYPE_INC', 'BF_FREETYPE_LIB', 'BF_FREETYPE_LIBPATH',
'WITH_BF_QUICKTIME', 'BF_QUICKTIME', 'BF_QUICKTIME_INC', 'BF_QUICKTIME_LIB', 'BF_QUICKTIME_LIBPATH',
@@ -215,6 +215,8 @@ def read_opts(cfg, args):
('BF_SOLID', 'Solid base dir', '#/extern/solid'),
('BF_SOLID_INC', 'Solid include path', ''),
+ ('BF_WINTAB', 'WinTab base dir', ''),
+ ('BF_WINTAB_INC', 'WinTab include dir', ''),
##
##WITH_BF_NSPR = 'true'
##BF_NSPR = $(LCGDIR)/nspr