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:
authorStefan Gartner <stefang@aon.at>2003-05-14 02:00:44 +0400
committerStefan Gartner <stefang@aon.at>2003-05-14 02:00:44 +0400
commita502c1721f4b748d2d046a4a63e93600c8cc6138 (patch)
tree0ae34d51703de68283ca75feada97bbe397d60b7 /source/darwin
parente87cbd5667dc70af69a05b182a83ced48f3be1fd (diff)
use $(NANBLENDERHOME) instead of ../..
Diffstat (limited to 'source/darwin')
-rw-r--r--source/darwin/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/darwin/Makefile b/source/darwin/Makefile
index 13ce607509a..c4006d1ae80 100644
--- a/source/darwin/Makefile
+++ b/source/darwin/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.6 2003/05/09 20:20:40 sgefant Exp $
+# $Id: Makefile,v 1.7 2003/05/12 18:12:25 sgefant Exp $
#
# ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
#
@@ -46,10 +46,10 @@ all::
@chmod +x $(DIR)/bin/$(APPLICATION).app/Contents/MacOS/$(APPLICATION)
ifeq ($(APPLICATION), blender)
@echo "---> copying message files"
- @cp -R ../../bin/.blender/locale $(DIR)/bin/$(APPLICATION).app/Contents/Resources
+ @cp -R $(NANBLENDERHOME)/bin/.blender/locale $(DIR)/bin/$(APPLICATION).app/Contents/Resources
@echo "---> copying .Blanguages and .bfont.ttf"
- @cp ../../bin/.blender/.Blanguages $(DIR)/bin/$(APPLICATION).app/Contents/Resources
- @cp ../../bin/.blender/.bfont.ttf $(DIR)/bin/$(APPLICATION).app/Contents/Resources
+ @cp $(NANBLENDERHOME)/bin/.blender/.Blanguages $(DIR)/bin/$(APPLICATION).app/Contents/Resources
+ @cp $(NANBLENDERHOME)/bin/.blender/.bfont.ttf $(DIR)/bin/$(APPLICATION).app/Contents/Resources
endif
@echo "---> removing CVS directories and Mac hidden files from distribution"
@find $(DIR)/bin/$(APPLICATION).app -name CVS -prune -exec rm -rf {} \;