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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-11-05 02:04:15 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-11-05 02:04:15 +0300
commitbeea73b110a7b3ad983a09c7e41b503cee590ebd (patch)
treed7fcd15db02d97e9c2a665fd8ecc0e99b734bfb9 /config
parent2d802627596ba51a2ff7ff56f28c0c14aee559ad (diff)
* enable openjpeg building for win32/msvc
* add support for building redcode on win32/msvc, but disabled for now, as there are linking problems - I cleaned the redcode sconscript - the copying of headers within the source tree is not a clean solution This needs to be fixed later on. For now, lets use redcode from extern/ until a better way is found.
Diffstat (limited to 'config')
-rw-r--r--config/win32-vc-config.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index a5aa76c2868..9a41f7ee557 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -150,6 +150,11 @@ BF_QUICKTIME_INC = '${BF_QUICKTIME}/CIncludes'
BF_QUICKTIME_LIB = 'qtmlClient'
BF_QUICKTIME_LIBPATH = '${BF_QUICKTIME}/Libraries'
+WITH_BF_OPENJPEG = True
+
+WITH_BF_REDCODE = False
+BF_REDCODE_INC = '#extern'
+
WITH_BF_STATICOPENGL = False
BF_OPENGL_INC = '${BF_OPENGL}/include'
BF_OPENGL_LIBINC = '${BF_OPENGL}/lib'