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 'source/nan_compile.mk')
-rw-r--r--source/nan_compile.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/nan_compile.mk b/source/nan_compile.mk
index 7b0770a15c8..46128db3b3b 100644
--- a/source/nan_compile.mk
+++ b/source/nan_compile.mk
@@ -38,7 +38,9 @@ CPPFLAGS ?= $(NAN_CPPFLAGS)
# common parts ---------------------------------------------------
# Uncomment next line to enable integrated game engine
-#CFLAGS += -DGAMEBLENDER=1
+CFLAGS += -DGAMEBLENDER=1
+CFLAGS += -DUSE_SUMO_SOLID
+CCFLAGS += -DUSE_SUMO_SOLID
ifdef NAN_DEBUG
CFLAGS += $(NAN_DEBUG)