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.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/nan_compile.mk b/source/nan_compile.mk
index 2a3946f1c4a..7b0770a15c8 100644
--- a/source/nan_compile.mk
+++ b/source/nan_compile.mk
@@ -50,6 +50,12 @@ REL_CCFLAGS += -DNDEBUG
DBG_CFLAGS += -g
DBG_CCFLAGS += -g
+# Is the game engine getting you down? ---------------------------------
+
+ifeq ($(NAN_NO_KETSJI), true)
+ CPPFLAGS += -DNO_KETSJI
+endif
+
# OS dependent parts ---------------------------------------------------
ifeq ($(OS),beos)