diff options
author | bjarni <bjarni@openttd.org> | 2005-10-11 16:40:56 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2005-10-11 16:40:56 +0000 |
commit | a949e6d3d048ae63a4145504d51d932ec435a8e6 (patch) | |
tree | 9a42b6404d5828a0579e13139719c2e3f9cc624d /Makefile | |
parent | f556128dde898016c4f5ea3087509882f6437b2f (diff) | |
download | openttd-a949e6d3d048ae63a4145504d51d932ec435a8e6.tar.xz |
(svn r3031) forgot 1 file and two lines in rev 3029 (mac midi stuff)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -800,8 +800,6 @@ $(OSX): $(TTD) $(Q)echo "APPL????" > "$(OSXAPP)"/Contents/PkgInfo $(Q)cp os/macosx/openttd.icns "$(OSXAPP)"/Contents/Resources/openttd.icns $(Q)os/macosx/plistgen.sh "$(OSXAPP)" "$(REV)" - $(Q)cp os/macosx/track_starter "$(OSXAPP)"/Contents/MacOS - $(Q)cp os/macosx/OpenTTDMidi.class "$(OSXAPP)"/Contents/MacOS $(Q)cp data/* "$(OSXAPP)"/Contents/Data/ $(Q)cp lang/*.lng "$(OSXAPP)"/Contents/Lang/ $(Q)cp $(TTD) "$(OSXAPP)"/Contents/MacOS/$(TTD) |