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
commit4eb7a0ac6b5c1cc42e04803633b5f9d3e47f6e10 (patch)
tree87786e8499bd48abfb4d61f0e024c6bb3ef02959 /Makefile
parent7ab7d79190ceecb9560f1dc4091d7d53b9a5b023 (diff)
downloadopenttd-4eb7a0ac6b5c1cc42e04803633b5f9d3e47f6e10.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/