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-07-12 04:46:43 +0400
committerChris Want <cwant@ualberta.ca>2003-07-12 04:46:43 +0400
commit307586f03fa5bcfd0609cd2f2e0d91b64c022c50 (patch)
treeb120f28cb0648d034d3ad66f5b7a59dc29a4e8f5 /source/Makefile
parent70ee786960822d5b96ea6a545410c8997d7dea07 (diff)
EXPYTHON in now the only python for the Makefiles build.
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/Makefile b/source/Makefile
index 96975fda5eb..459e98c11d3 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -82,12 +82,8 @@ 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