[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19268] branches/blender2.5/blender/intern /ghost/Makefile: 2.5

Ton Roosendaal ton at blender.org
Thu Mar 12 10:15:49 CET 2009


Revision: 19268
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19268
Author:   ton
Date:     2009-03-12 10:15:49 +0100 (Thu, 12 Mar 2009)

Log Message:
-----------
2.5

Makes Ghost compile for Make. Apparently the 'debug' directories are
still in use? 

Modified Paths:
--------------
    branches/blender2.5/blender/intern/ghost/Makefile

Modified: branches/blender2.5/blender/intern/ghost/Makefile
===================================================================
--- branches/blender2.5/blender/intern/ghost/Makefile	2009-03-12 06:40:03 UTC (rev 19267)
+++ branches/blender2.5/blender/intern/ghost/Makefile	2009-03-12 09:15:49 UTC (rev 19268)
@@ -38,7 +38,7 @@
 
 include nan_subdirs.mk
 
-install: all
+install: all debug
 	@[ -d $(NAN_GHOST) ] || mkdir $(NAN_GHOST)
 	@[ -d $(NAN_GHOST)/include ] || mkdir $(NAN_GHOST)/include
 	@[ -d $(NAN_GHOST)/lib ] || mkdir $(NAN_GHOST)/lib





More information about the Bf-blender-cvs mailing list