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:
Diffstat (limited to 'config/win32-vc-config.py')
-rw-r--r--config/win32-vc-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index cccd7f24009..63964a3c5ed 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -83,7 +83,7 @@ BF_FTGL = LIBDIR + '/ftgl'
BF_FTGL_INC = '${BF_FTGL}/include'
BF_FTGL_LIB = 'extern_ftgl'
-WITH_BF_GAMEENGINE = 'true'
+WITH_BF_GAMEENGINE = 'false'
WITH_BF_ODE = 'true'
BF_ODE = LIBDIR + '/ode'