summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-10-10 15:22:47 +0000
committerbjarni <bjarni@openttd.org>2005-10-10 15:22:47 +0000
commit6fb7381efa6a0e48c1bc1c8a49b7b70edf2b5bcf (patch)
tree87786e8499bd48abfb4d61f0e024c6bb3ef02959 /Makefile
parent76db75d81a10d7e96c9360a2b66c23310ab7e7e5 (diff)
downloadopenttd-6fb7381efa6a0e48c1bc1c8a49b7b70edf2b5bcf.tar.xz
(svn r3029) -Change: [OSX] removed the buggy java midi player, which was rendered obsolite by r3022
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 77ad38d29..f67647688 100644
--- a/Makefile
+++ b/Makefile
@@ -494,11 +494,8 @@ STRGEN_FLAGS=
endif
-# MIDI setup
+# OSX path setup
ifdef OSX
-ifndef MIDI
-MIDI:=$(OSXAPP)/Contents/MacOS/track_starter
-endif
ifndef SECOND_DATA_PATH
SECOND_DATA_PATH:="$(OSXAPP)/Contents/Data/"
endif
@@ -804,8 +801,6 @@ $(OSX): $(TTD)
$(Q)cp os/macosx/openttd.icns "$(OSXAPP)"/Contents/Resources/openttd.icns
$(Q)os/macosx/plistgen.sh "$(OSXAPP)" "$(REV)"
$(Q)cp os/macosx/track_starter "$(OSXAPP)"/Contents/MacOS
- $(Q)ls os/macosx | grep -q "\.class" || \
- javac os/macosx/OpenTTDMidi.java
$(Q)cp os/macosx/OpenTTDMidi.class "$(OSXAPP)"/Contents/MacOS
$(Q)cp data/* "$(OSXAPP)"/Contents/Data/
$(Q)cp lang/*.lng "$(OSXAPP)"/Contents/Lang/