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
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-06-28 10:56:39 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2011-06-28 10:56:39 +0400
commitfdbae9966851e8a7cb981c2755482e7500e4ea38 (patch)
tree827303456dd66ac275e5a00a24b48cfcf3f60498 /build_files/scons/config
parentb4682414c2da4631c0e9162e3a711da9ad8c525e (diff)
Explicitly turn off JACK so it's clear it's not supported.
Diffstat (limited to 'build_files/scons/config')
-rw-r--r--build_files/scons/config/win64-vc-config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_files/scons/config/win64-vc-config.py b/build_files/scons/config/win64-vc-config.py
index 2918358dab9..34fa27dc98d 100644
--- a/build_files/scons/config/win64-vc-config.py
+++ b/build_files/scons/config/win64-vc-config.py
@@ -50,6 +50,8 @@ BF_SDL_INC = '${BF_SDL}/include'
BF_SDL_LIB = 'SDL.lib'
BF_SDL_LIBPATH = '${BF_SDL}/lib'
+WITH_BF_JACK = False
+
BF_PTHREADS = LIBDIR + '/pthreads'
BF_PTHREADS_INC = '${BF_PTHREADS}/include'
BF_PTHREADS_LIB = 'pthreadVC2'