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-02-09 21:32:55 +0300
committerStefan Gartner <stefang@aon.at>2003-02-09 21:32:55 +0300
commitce9b43063963da87ee26a237a8e9858e29796cfe (patch)
tree0ac29e235951713df7609e926f9d44cedb209a3a /source/darwin
parentf80ef114be5ac1101a0d963263d1c75127789402 (diff)
fill in correct values for VERSION and DATE when building the
application bundles
Diffstat (limited to 'source/darwin')
-rw-r--r--source/darwin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/darwin/Makefile b/source/darwin/Makefile
index 9af61d90d9a..c65b4d82bd8 100644
--- a/source/darwin/Makefile
+++ b/source/darwin/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.3 2002/11/03 22:38:32 maarten Exp $
+# $Id: Makefile,v 1.4 2003/02/02 17:28:15 sgefant Exp $
#
# ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
#
@@ -39,7 +39,7 @@ all::
@echo "---> creating directory structure for $(APPLICATION)"
@rm -rf $(DIR)/bin/$(APPLICATION).app
@cp -R $(APPLICATION).app $(DIR)/bin
- @#cat $(APPLICATION).app/Contents/Info.plist | sed s/VERSION/`cat ../../VERSION`/ | sed s/DATE/`date +'%Y-%b-%d'`/ > $(DIR)/bin/$(APPLICATION).app/Contents/Info.plist
+ @cat $(APPLICATION).app/Contents/Info.plist | sed s/VERSION/`cat ../../release/VERSION`/ | sed s/DATE/`date +'%Y-%b-%d'`/ > $(DIR)/bin/$(APPLICATION).app/Contents/Info.plist
@echo "---> copying binary"
@cp $(DIR)/bin/$(APPLICATION) $(DIR)/bin/$(APPLICATION).app/Contents/MacOS/
@echo "---> adding excutable attributes"