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/gameengine')
-rw-r--r--source/gameengine/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/gameengine/Makefile b/source/gameengine/Makefile
index efba2f83a3a..98df5d89a60 100644
--- a/source/gameengine/Makefile
+++ b/source/gameengine/Makefile
@@ -38,6 +38,10 @@ DIR = $(OCGDIR)/gameengine
DIRS = BlenderRoutines
DIRS += Converter
DIRS += Expressions GameLogic Ketsji Rasterizer SceneGraph
-DIRS += Network GamePlayer Physics
+DIRS += Network Physics
+
+ifneq ($(NAN_JUST_BLENDERDYNAMIC),true)
+ DIRS += GamePlayer
+endif
include nan_subdirs.mk