Changeset - r2503:eebe5d422da5
[Not reviewed]
master
1 1 0
bjarni - 19 years ago 2005-10-10 15:22:47
bjarni@openttd.org
(svn r3029) -Change: [OSX] removed the buggy java midi player, which was rendered obsolite by r3022
2 files changed with 1 insertions and 61 deletions:
0 comments (0 inline, 0 general)
Makefile
Show inline comments
 
@@ -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 @@ endian_target.h: $(ENDIAN_CHECK)
 
	$(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/
os/macosx/OpenTTDMidi.java
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)