Open GoogleCodeExporter opened 9 years ago
So I guess this is being ignored? I really need the ability to statically link
the library into a C++ application.
Original comment by Luke.Whi...@gmail.com
on 12 Jun 2013 at 8:58
./configure as is doesn't build any mac files. I can't comment on the xcodeproj
file or Mozilla's modifications.
Probably the easiest way to do this is to look at chromium's breakpad.gyp file
and trim it down to just what you need. Then use gyp to generate a makefile /
xcode project / whatever other generator output gyp supports. There may be a
.gyp file in the breakpad checkout that can do this, but I didn't look very
hard.
Original comment by thestig@chromium.org
on 12 Jun 2013 at 5:29
That's probably a bit advanced for the likes of me. What I did manage to do is
to set a Copy Files build phase that copies the Breakpad.framework into the
bundle. Is this effectively the same as statically linking?
Original comment by Luke.Whi...@gmail.com
on 12 Jun 2013 at 9:44
Original issue reported on code.google.com by
villinte...@gmail.com
on 24 Mar 2011 at 10:01