Hi,
add this paths to your project's compiler include path:
google-breakpad/src
google-breakpad/src/client/windows
and this files to your sources:
google-breakpad/src/common/windows/guid_string.cc
google-breakpad/src/client/windows/handler/exception_handler.cc
google-breakpad/src/client/windows/crash_generation/client_info.cc
google-breakpad/src/client/windows/crash_generation/crash_generation_client.cc
google-breakpad/src/client/windows/crash_generation/crash_generation_server.cc
google-breakpad/src/client/windows/crash_generation/minidump_generator.cc
This is how I use breakpad in my project on Windows and it works. You don't
need to use GYP.
-- ynezz
Hi there,
It's my understanding (although I haven't actually tried it), that
checking out the code using "gclient"[1] instead of using svn directly
will take care of running gyp for you.
-Ted
--
You received this message because you are subscribed to the Google Groups "google-breakpad-dev" group.
To post to this group, send email to google-br...@googlegroups.com.
To unsubscribe from this group, send email to google-breakpad...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-breakpad-dev?hl=en.