[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19705] branches/blender2.5/blender/source /darwin/Makefile: 2.5

Ton Roosendaal ton at blender.org
Mon Apr 13 16:22:22 CEST 2009


Revision: 19705
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19705
Author:   ton
Date:     2009-04-13 16:22:22 +0200 (Mon, 13 Apr 2009)

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

Makefile update for osx: copy ui scripts to .blender dir in .app folder

Modified Paths:
--------------
    branches/blender2.5/blender/source/darwin/Makefile

Modified: branches/blender2.5/blender/source/darwin/Makefile
===================================================================
--- branches/blender2.5/blender/source/darwin/Makefile	2009-04-13 11:15:43 UTC (rev 19704)
+++ branches/blender2.5/blender/source/darwin/Makefile	2009-04-13 14:22:22 UTC (rev 19705)
@@ -49,6 +49,8 @@
 	@echo "---> copying .blender/ scripts"
 	@cp -R $(NANBLENDERHOME)/bin/.blender $(DIR)/bin/$(APPLICATION).app/Contents/MacOS
 	@cp -R $(NANBLENDERHOME)/release/scripts $(DIR)/bin/$(APPLICATION).app/Contents/MacOS/.blender/
+	@echo "---> copying ui scripts"
+	@cp -R $(NANBLENDERHOME)/release/ui $(DIR)/bin/$(APPLICATION).app/Contents/MacOS/.blender/
 endif
 	@echo "---> removing CVS directories and Mac hidden files from distribution"
 	@find $(DIR)/bin/$(APPLICATION).app -name CVS -prune -exec rm -rf {} \;





More information about the Bf-blender-cvs mailing list