# HG changeset patch # User darkvater # Date 2004-08-12 22:41:16 # Node ID ab864a4f479872b308d7a24477dcf83734962974 # Parent fdf62504c0318871f781da10ebfca203475f1f0c (svn r36) -Fix MacOS makefile issues (Bjarni) diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -497,13 +497,13 @@ all: $(UPDATECONFIG) $(TTD) $(OSX) $(end @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) diff --git a/os/macos/plistgen.sh b/os/macos/plistgen.sh --- a/os/macos/plistgen.sh +++ b/os/macos/plistgen.sh @@ -20,11 +20,11 @@ echo "CFBundleDisplayName Open Transport Tycoon CFBundleExecutable - ttd + openttd CFBundleGetInfoString $VERSION, Copyright 2004 The Open Transport Tycoon team CFBundleIconFile - ttd.icns + openttd.icns CFBundleIdentifier org.ludde-ottd.ludde-ottd CFBundleInfoDictionaryVersion