mirror of https://github.com/OpenTTD/OpenTTD
(svn r36) -Fix MacOS makefile issues (Bjarni)
parent
63a0313070
commit
e21b73bda5
4
Makefile
4
Makefile
|
@ -497,13 +497,13 @@ $(OSX):
|
||||||
@mkdir -p $(OSXAPP)/Contents/MacOS
|
@mkdir -p $(OSXAPP)/Contents/MacOS
|
||||||
@mkdir -p $(OSXAPP)/Contents/Resources
|
@mkdir -p $(OSXAPP)/Contents/Resources
|
||||||
@echo "APPL????" > $(OSXAPP)/Contents/PkgInfo
|
@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)
|
@os/macos/plistgen.sh $(OSXAPP) $(REV)
|
||||||
@cp os/macos/track_starter $(OSXAPP)/contents/macos
|
@cp os/macos/track_starter $(OSXAPP)/contents/macos
|
||||||
@ls os/macos | grep -q "\.class" || \
|
@ls os/macos | grep -q "\.class" || \
|
||||||
javac os/macos/OpenTTDMidi.java
|
javac os/macos/OpenTTDMidi.java
|
||||||
@cp os/macos/OpenTTDMidi.class $(OSXAPP)/contents/macos
|
@cp os/macos/OpenTTDMidi.class $(OSXAPP)/contents/macos
|
||||||
@cp $(TTD) $(OSXAPP)/Contents/MacOS/ttd
|
@cp $(TTD) $(OSXAPP)/Contents/MacOS/openttd
|
||||||
|
|
||||||
$(endwarnings): $(64_bit_warnings)
|
$(endwarnings): $(64_bit_warnings)
|
||||||
|
|
||||||
|
|
|
@ -20,11 +20,11 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>Open Transport Tycoon</string>
|
<string>Open Transport Tycoon</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>ttd</string>
|
<string>openttd</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>$VERSION, Copyright 2004 The Open Transport Tycoon team</string>
|
<string>$VERSION, Copyright 2004 The Open Transport Tycoon team</string>
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>ttd.icns</string>
|
<string>openttd.icns</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>org.ludde-ottd.ludde-ottd</string>
|
<string>org.ludde-ottd.ludde-ottd</string>
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
|
Loading…
Reference in New Issue