From 1c6cd47f2b93ba05c54f82c9363f269c71e28cda Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 1 May 2009 15:19:47 +0000 Subject: [PATCH] Fix linking issue with gameplayer. Kent --- source/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Makefile b/source/Makefile index b190118bc38..7374ef3e7d6 100644 --- a/source/Makefile +++ b/source/Makefile @@ -261,6 +261,7 @@ SPLIB += $(OCGDIR)/blender/readblenfile/$(DEBUG_DIR)libreadblenfile.a # 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 +SPLIB += $(OCGDIR)/blender/blenlib/$(DEBUG_DIR)libblenlib.a # These three need to be explicitly mentioned on the cl, because # if they are offered as a lib, they are optimized away. (nzc)