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>2006-11-20 18:49:41 +0300
committerChris Want <cwant@ualberta.ca>2006-11-20 18:49:41 +0300
commit3fbdcf72113e5dbe6e3b48bb6e2783fa8b91be92 (patch)
treebb46d713a91f395c224a144aff25c892d5f560e3 /source/Makefile
parent53eaa3b67ad59b4a5f18f47f3b74609de0a20be5 (diff)
I see no reason why the blenderplayer shouldn't be built be default
with make on x86_64.
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
index 5e4359c5d10..3a15d251df0 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -349,6 +349,10 @@ ifeq ($(OS),linux)
BINTARGETS = blenderdynamic
BINTARGETS += blenderplayer
endif
+ ifeq ($(CPU),x86_64)
+ BINTARGETS = blenderdynamic
+ BINTARGETS += blenderplayer
+ endif
ifeq ($(CPU),i386)
BINTARGETS = blenderdynamic
BINTARGETS += blenderplayer