From e21b73bda57f9ffc0f9fb40bccce7325815cdd0c Mon Sep 17 00:00:00 2001 From: darkvater Date: Thu, 12 Aug 2004 22:41:16 +0000 Subject: (svn r36) -Fix MacOS makefile issues (Bjarni) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3-54-g00ecf