Changeset - r35:ab864a4f4798
[Not reviewed]
master
0 2 0
darkvater - 20 years ago 2004-08-12 22:41:16
darkvater@openttd.org
(svn r36) -Fix MacOS makefile issues (Bjarni)
2 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
Makefile
Show inline comments
 
@@ -494,19 +494,19 @@ all: $(UPDATECONFIG) $(TTD) $(OSX) $(end
 
	$(C_LINK) $@ $(TTDLDFLAGS) $(ttd_OBJS) $(LIBS)
 

	
 
$(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)
 

	
 
$(64_bit_warnings):
 
	$(warning 64 bit CPUs will get some 64 bit specific bugs!)
 
	$(warning If you see any bugs, include in your bug report that you use a 64 bit CPU)
os/macos/plistgen.sh
Show inline comments
 
@@ -17,17 +17,17 @@ echo "<?xml version=\"1.0\" encoding=\"U
 
<dict>
 
        <key>CFBundleDevelopmentRegion</key>
 
        <string>English</string>
 
        <key>CFBundleDisplayName</key>
 
        <string>Open Transport Tycoon</string>
 
        <key>CFBundleExecutable</key>
 
        <string>ttd</string>
 
        <string>openttd</string>
 
        <key>CFBundleGetInfoString</key>
 
        <string>$VERSION, Copyright 2004 The Open Transport Tycoon team</string>
 
        <key>CFBundleIconFile</key>
 
        <string>ttd.icns</string>
 
        <string>openttd.icns</string>
 
        <key>CFBundleIdentifier</key>
 
        <string>org.ludde-ottd.ludde-ottd</string>
 
        <key>CFBundleInfoDictionaryVersion</key>
 
        <string>6.0</string>
 
        <key>CFBundleName</key>
 
        <string>ottd</string>
0 comments (0 inline, 0 general)