summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-08-12 22:41:16 +0000
committerdarkvater <darkvater@openttd.org>2004-08-12 22:41:16 +0000
commite21b73bda57f9ffc0f9fb40bccce7325815cdd0c (patch)
tree0cc11eabbc6e9bc7ade43dd8f07548b3c76c8532
parent63a0313070d3d32955830fe2170f077c2c7f56f4 (diff)
downloadopenttd-e21b73bda57f9ffc0f9fb40bccce7325815cdd0c.tar.xz
(svn r36) -Fix MacOS makefile issues (Bjarni)
-rw-r--r--Makefile4
-rw-r--r--os/macos/plistgen.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index aa69baa72..61abec123 100644
--- a/Makefile
+++ b/Makefile
@@ -497,13 +497,13 @@ $(OSX):
@mkdir -p $(OSXAPP)/Contents/MacOS
@mkdir -p $(OSXAPP)/Contents/Resources
@echo "APPL????" > $(OSXAPP)/Contents/PkgInfo
- @cp os/macos/ttd.icns $(OSXAPP)/Contents/Resources/
+ @cp os/macos/ttd.icns $(OSXAPP)/Contents/Resources/openttd.icns
@os/macos/plistgen.sh $(OSXAPP) $(REV)
@cp os/macos/track_starter $(OSXAPP)/contents/macos
@ls os/macos | grep -q "\.class" || \
javac os/macos/OpenTTDMidi.java
@cp os/macos/OpenTTDMidi.class $(OSXAPP)/contents/macos
- @cp $(TTD) $(OSXAPP)/Contents/MacOS/ttd
+ @cp $(TTD) $(OSXAPP)/Contents/MacOS/openttd
$(endwarnings): $(64_bit_warnings)
diff --git a/os/macos/plistgen.sh b/os/macos/plistgen.sh
index 5ddb3a4e6..7df09affd 100644
--- a/os/macos/plistgen.sh
+++ b/os/macos/plistgen.sh
@@ -20,11 +20,11 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<key>CFBundleDisplayName</key>
<string>Open Transport Tycoon</string>
<key>CFBundleExecutable</key>
- <string>ttd</string>
+ <string>openttd</string>
<key>CFBundleGetInfoString</key>
<string>$VERSION, Copyright 2004 The Open Transport Tycoon team</string>
<key>CFBundleIconFile</key>
- <string>ttd.icns</string>
+ <string>openttd.icns</string>
<key>CFBundleIdentifier</key>
<string>org.ludde-ottd.ludde-ottd</string>
<key>CFBundleInfoDictionaryVersion</key>