]> git.mxchange.org Git - flightgear.git/commit
James Turner:
authorehofman <ehofman>
Sun, 19 Oct 2003 19:15:41 +0000 (19:15 +0000)
committerehofman <ehofman>
Sun, 19 Oct 2003 19:15:41 +0000 (19:15 +0000)
commit093702d7734ef394ccc0620310438701fec72577
treeec2e1602911a8c5aa42f91ef213391b60286dc16
parentbf859a91c37b838183ff52fdc9d2266e076c7c63
James Turner:
Here's a patch to locate the base package inside the application bundle on OS-X. The patch also disables the CPSForeground hack in boostrap.cxx, which is unnecessary if the we're running as a proper bundle rather than a Unix command line program.

Both of these changes are only compiled if OSX_BUNDLE is defined (I'm doing this via a setting in ProjectBuilder), so if you're building on OS-X using configure + make, you shouldn't see any chance.
src/Main/bootstrap.cxx
src/Main/fg_init.cxx