Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2009-04-13 18:22:22 +0400
committerTon Roosendaal <ton@blender.org>2009-04-13 18:22:22 +0400
commitbf2ccf04a7e39611b0839039daf8728fd69be750 (patch)
tree8d6dc85417bd3891debe7931a3509f2e7c9463f6 /source/darwin
parent4263c13c392fadea67f7b4884fb6af50585a6c69 (diff)
2.5
Makefile update for osx: copy ui scripts to .blender dir in .app folder
Diffstat (limited to 'source/darwin')
-rw-r--r--source/darwin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/darwin/Makefile b/source/darwin/Makefile
index 4959fa428e9..e50036dc051 100644
--- a/source/darwin/Makefile
+++ b/source/darwin/Makefile
@@ -49,6 +49,8 @@ ifeq ($(APPLICATION), blender)
@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 {} \;