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:
authorTon Roosendaal <ton@blender.org>2009-08-11 22:14:49 +0400
committerTon Roosendaal <ton@blender.org>2009-08-11 22:14:49 +0400
commitd8dc1b9fd4784215c5c5530fd7a7bf80f06179d3 (patch)
treed05edc7dd9db6f471d53567042b6784fa9b8d2d7 /source/gameengine/Makefile
parent75fe900c9c254148d0d03f74c11b3670eae577cc (diff)
2.5
Makefiles to get new AUD stuff to compile (OSX 10.3 PPC) It uses lib/samplerate, which gets committed soon too
Diffstat (limited to 'source/gameengine/Makefile')
-rw-r--r--source/gameengine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Makefile b/source/gameengine/Makefile
index 51bc0f7d39f..bcb4b9098e7 100644
--- a/source/gameengine/Makefile
+++ b/source/gameengine/Makefile
@@ -38,7 +38,7 @@ DIRS += Expressions GameLogic Ketsji Rasterizer SceneGraph
DIRS += Network Physics VideoTexture
ifeq ($(WITH_BF_BLENDERGAMEENGINE),true)
- DIRS += GamePlayer
+# DIRS += GamePlayer
endif
include nan_subdirs.mk