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:
authorKent Mein <mein@cs.umn.edu>2008-08-25 23:50:17 +0400
committerKent Mein <mein@cs.umn.edu>2008-08-25 23:50:17 +0400
commitb81bdfdc7c7aea0daea5a5c3549ef7ccf757d49e (patch)
tree1d72a1aa7693f8119d1cea4e3b96fc4be89edcb2 /source/Makefile
parente3961717beb379af4abcd67e3b8360a1ef47655e (diff)
TLC needed for Makefiles to get gameengine compiling again.
Sorry it took me so long to do this :) Kent
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Makefile b/source/Makefile
index d06962cbe3f..91dd17d73dd 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -250,6 +250,7 @@ SPLIB += $(OCGDIR)/blender/readblenfile/$(DEBUG_DIR)libreadblenfile.a
# but somehow it consistently fails to resolve these symbols... or
# can I just not check them? nm claims they aren't...
SPLIB += $(OCGDIR)/blender/blenkernel/blenkernel_blc/$(DEBUG_DIR)libblenkernel_blc.a
+SPLIB += $(OCGDIR)/blender/python/$(DEBUG_DIR)libpython.a
# These three need to be explicitly mentioned on the cl, because
# if they are offered as a lib, they are optimized away. (nzc)