Last change
on this file since 8143 was
8129,
checked in by rgrieder, 14 years ago
|
Merged new revisions (8083 - 8125) from mac_osx to kicklib branch.
|
File size:
1.3 KB
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | # |
---|
3 | # ORXONOX - the hottest 3D action shooter ever to exist |
---|
4 | # > www.orxonox.net < |
---|
5 | # |
---|
6 | # This program is free software; you can redistribute it and/or |
---|
7 | # modify it under the terms of the GNU General Public License |
---|
8 | # as published by the Free Software Foundation; either version 2 |
---|
9 | # of the License, or (at your option) any later version. |
---|
10 | # |
---|
11 | # This program is distributed in the hope that it will be useful, |
---|
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
14 | # GNU General Public License for more details. |
---|
15 | # |
---|
16 | # You should have received a copy of the GNU General Public License along |
---|
17 | # with this program; if not, write to the Free Software Foundation, |
---|
18 | # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
---|
19 | # |
---|
20 | # |
---|
21 | # Author: |
---|
22 | # Kevin Young |
---|
23 | # Description: |
---|
24 | # Prepares the Mac OS X app for running orxonox |
---|
25 | # |
---|
26 | |
---|
27 | # TODO: Currently this script will only call the orxonox run script. |
---|
28 | # But we actually need it to set the paths (eg. DYLD_LIBRARY_PATH) properly |
---|
29 | # for otherwise, Orxonox won't run in an App Bundle. Other solution might be: |
---|
30 | # to use install_name_tool at packaging time --> cleaner, but nasty to code. |
---|
31 | ../run |
---|
Note: See
TracBrowser
for help on using the repository browser.