Changeset - r10166:0bd7234d0c2a
[Not reviewed]
master
0 1 0
rubidium - 16 years ago 2008-09-17 19:32:06
rubidium@openttd.org
(svn r14358) -Change: make the default bundle name similar to the name of the current compile farm instead of the former compile farm.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Makefile.bundle.in
Show inline comments
 
@@ -17,7 +17,7 @@ REV := norev000
 
endif
 

	
 
ifndef BUNDLE_NAME
 
BUNDLE_NAME = OTTD-$(OS)-custom-$(REV)
 
BUNDLE_NAME = openttd-custom-$(REV)-$(OS)
 
endif
 

	
 
# An OSX application bundle needs the data files, lang files and openttd executable in a different location.
0 comments (0 inline, 0 general)