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:
authorChris Want <cwant@ualberta.ca>2004-03-29 01:56:00 +0400
committerChris Want <cwant@ualberta.ca>2004-03-29 01:56:00 +0400
commit2cd00774cd232b1379ef8e856f16e6290fa61506 (patch)
treeb801f83d88d23a0ca301ff85f43be6536b035cbd /source/nan_compile.mk
parent9206a1eba69136c928dc72144862d31bb00e6b11 (diff)
Makefile support for solid -- assumes solid and qhull are in the lib
dir, i.e., ../lib/your_platform/{solid|qhull}.
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)