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>2003-05-29 20:29:57 +0400
committerChris Want <cwant@ualberta.ca>2003-05-29 20:29:57 +0400
commit76dc07b9f63de8954791b240a8251c14adfca311 (patch)
treec4407d94945983c12fd5210856f97072addd46e6 /source/Makefile
parent9bca4abd025307ee7264fb92d7715155d6ee6cea (diff)
Support for the experimental python stuff in the traditional
Makefiles (set EXPYTHON=true in user-def.mk).
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 1e6ac83ae1d..696bcf3a2b1 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -82,8 +82,12 @@ PYPLAYERLIB ?= $(PYLIB)
GRPLIB += $(OCGDIR)/blender/img/$(DEBUG_DIR)libimg.a
GRPLIB += $(OCGDIR)/blender/renderconverter/$(DEBUG_DIR)librenderconverter.a
GRPLIB += $(OCGDIR)/blender/render/$(DEBUG_DIR)librender.a
+ifeq ($(EXPYTHON), true)
+ GRPLIB += $(OCGDIR)/blender/python/$(DEBUG_DIR)libpython.a
+else
GRPLIB += $(OCGDIR)/blender/bpython/$(DEBUG_DIR)libbpython.a
GRPLIB += $(OCGDIR)/blender/bpython/libfrozen.a
+endif
# nlin: the reason that some libraries appear more than once below is
# to handle circular dependencies in linking among libraries... some