On 02/06/14 19:00, Bob Carpenter wrote:
Thomas,
I will try it this evening. I appreciate your help. Even if
this does not work, I should be able to add something manually
to the Xcode project to create the directories and copy over the
documentation files.
The XCode project produced by cmake put Hatari.app in src/Release
(or src/Debug -wich is an existing hatari directory form sources, so
it's bad), without AtariHelp copied inside .lproj folder. AND create
in src an hatari.app folder with AtariHelp but no binaries...
That's pretty curious !
JV
Bob C
On Monday, June 2, 2014, Thomas Huth < th.huth@xxxxxx>
wrote:
Am Mon, 2 Jun 2014 07:21:39 -0500
schrieb Bob Carpenter <hatari@xxxxxxxxxx>:
> Thomas,
>
> Thank you for the correction. I did not realize this file
existed in
> the src directory as well. I did add your extra line.
However, it did
> not help. I see where the mkdir commands exist for
creating the
> HatariHelp directory in the CMakeLists file, but those
directories
> are never created in the OS X bundle when you compile
using Xcode.
Ok... I just saw that I might have missed a dependency in the
"add_executable(hatari MACOSX_BUNDLE ...)" line. Maybe this
fixes the
issue? I've commited the changes now to the repository. If
that does
not help, I'm running out of ideas...
Thomas
|