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/config
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 /config
parent001fb2c72269fb94a3f4e56f662fc82de990786a (diff)
==== scons ====
- cleanup for wintab library headers - properly define BF_WINTAB and BF_WINTAB_INC
Diffstat (limited to 'config')
-rw-r--r--config/win32-mingw-config.py3
-rw-r--r--config/win32-vc-config.py3
2 files changed, 6 insertions, 0 deletions
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index f84bf45c585..62425c745cd 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -91,6 +91,9 @@ BF_SOLID = '#extern/solid'
BF_SOLID_INC = '${BF_SOLID}'
BF_SOLID_LIB = 'extern_solid'
+BF_WINTAB = LIBDIR + '/wintab'
+BF_WINTAB_INC = '${BF_WINTAB}/INCLUDE'
+
WITH_BF_YAFRAY = 'true'
#WITH_BF_NSPR = 'true'
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index eb0a2ca2939..5ce6745e85c 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -92,6 +92,9 @@ BF_SOLID = '#extern/solid'
BF_SOLID_INC = '${BF_SOLID}'
BF_SOLID_LIB = 'extern_solid'
+BF_WINTAB = LIBDIR + '/wintab'
+BF_WINTAB_INC = '${BF_WINTAB}/INCLUDE'
+
WITH_BF_YAFRAY = 'true'
#WITH_BF_NSPR = 'true'