diff options
author | Darkvater <darkvater@openttd.org> | 2005-09-01 21:19:07 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2005-09-01 21:19:07 +0000 |
commit | 6a69687ea1e4eabb2a232ba3a309a416ef93a5e6 (patch) | |
tree | 49c9eceaca1134dd590111f3a19f17858e30774b | |
parent | 3fb5aa8e23c8e5776b88068dcb296c97141338e1 (diff) | |
download | openttd-6a69687ea1e4eabb2a232ba3a309a416ef93a5e6.tar.xz |
(svn r2904) Stupid editors, and renaming files with the same name just different casing is not really possible, so here comes another commit
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | os/macosx/1openttdmidi.java (renamed from os/macosx/openttdmidi.java) | 0 |
2 files changed, 2 insertions, 2 deletions
@@ -791,7 +791,7 @@ $(OSX): $(TTD) $(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 + 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/ @@ -896,7 +896,7 @@ rev.c: FORCE @echo 'const char _openttd_revision[] = "$(REV)";' >>rev.c.new @# some additions for MorphOS versions tag @echo '#ifdef __MORPHOS__' >>rev.c.new - @echo 'const char morphos_versions_tag[] = "\\0$$VER: OpenTTD $(REV) ('${BUILDDATE}') OpenTTD Team [MorphOS, PowerPC]";' >>rev.c.new + @echo 'const char morphos_versions_tag[] = "\\0$$VER: OpenTTD $(REV) ('${BUILDDATE}') © OpenTTD Team [MorphOS, PowerPC]";' >>rev.c.new @echo '#endif' >>rev.c.new @# Only update the real rev.c if it actually changed, to prevent @# useless rebuilds. diff --git a/os/macosx/openttdmidi.java b/os/macosx/1openttdmidi.java index fc4e0b5b8..fc4e0b5b8 100644 --- a/os/macosx/openttdmidi.java +++ b/os/macosx/1openttdmidi.java |