[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16504] trunk/blender/source/Makefile: Fix to make blenderplayer compile with makefiles on Mac OS X.

Brecht Van Lommel brechtvanlommel at pandora.be
Sat Sep 13 16:21:06 CEST 2008


Revision: 16504
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16504
Author:   blendix
Date:     2008-09-13 16:21:06 +0200 (Sat, 13 Sep 2008)

Log Message:
-----------
Fix to make blenderplayer compile with makefiles on Mac OS X. It worked
on Linux already, I think there is a difference in the linker.

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

Modified: trunk/blender/source/Makefile
===================================================================
--- trunk/blender/source/Makefile	2008-09-13 12:07:36 UTC (rev 16503)
+++ trunk/blender/source/Makefile	2008-09-13 14:21:06 UTC (rev 16504)
@@ -242,6 +242,7 @@
 
 SPLIB1 = $(OCGDIR)/gameengine/GamePlayer/ghost/$(DEBUG_DIR)libghost.a
 SPLIB1 += $(OCGDIR)/gameengine/GamePlayer/common/$(DEBUG_DIR)libcommon.a
+SPLIB1 += $(OCGDIR)/gameengine/blconverter/$(DEBUG_DIR)libblconverter.a
 SPLIB1 += $(NAN_STRING)/lib/$(DEBUG_DIR)libstring.a
 SPLIB1 += $(NAN_GHOST)/lib/$(DEBUG_DIR)libghost.a
 





More information about the Bf-blender-cvs mailing list