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/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