[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [20018] trunk/blender/source/Makefile: Fix linking issue with gameplayer.

Kent Mein mein at cs.umn.edu
Fri May 1 17:19:49 CEST 2009


Revision: 20018
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=20018
Author:   sirdude
Date:     2009-05-01 17:19:47 +0200 (Fri, 01 May 2009)

Log Message:
-----------
Fix linking issue with gameplayer.

Kent

Modified Paths:
--------------
    trunk/blender/source/Makefile

Modified: trunk/blender/source/Makefile
===================================================================
--- trunk/blender/source/Makefile	2009-05-01 14:19:56 UTC (rev 20017)
+++ trunk/blender/source/Makefile	2009-05-01 15:19:47 UTC (rev 20018)
@@ -261,6 +261,7 @@
 # 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)





More information about the Bf-blender-cvs mailing list