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>2005-08-23 05:31:11 +0400
committerChris Want <cwant@ualberta.ca>2005-08-23 05:31:11 +0400
commitd6b4392710d1935ee60a999d1b014600e5ea57d4 (patch)
tree6519bdbf41d7b97bffba562c19864b32e160faec /source/Makefile
parent50315dc10082d06b209b31c76ab6ffbb4af55fa7 (diff)
On windows/gcc (aka. FREE_WINDOWS), build the blenderplayer whenever
blender is configured to build with the gameengine.
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/source/Makefile b/source/Makefile
index 83726144864..142aeb1929e 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -441,11 +441,15 @@ ifeq ($(OS),windows)
NSPLUGLIB += $(NAN_NSPR)/lib/nspr4.lib
BINTARGETS = blenderdynamic
- ifneq ($(FREE_WINDOWS),true)
- BINTARGETS += blenderplayer
- BINTARGETS += blenderdynplayer
- BINTARGETS += plugin
- endif
+ ifeq ($(FREE_WINDOWS),true)
+ ifneq ($(NAN_NO_KETSJI),true)
+ BINTARGETS += blenderplayer
+ endif
+ else
+ BINTARGETS += blenderplayer
+ BINTARGETS += blenderdynplayer
+ BINTARGETS += plugin
+ endif
PULIB += $(OCGDIR)/blender/icons/$(DEBUG_DIR)winblender.res
PULIB += $(NAN_ZLIB)/lib/libz.a