Finish Google Breakpad integration

Issue #215 resolved
RMTEW FULL NAME repo owner created an issue

set GYP_MSVS_VERSION=2013 src\tools\gyp\gyp.bat --no-circular-check src\client\windows\breakpad_client.gyp

  • Build it.
  • Copy the libs to the shared dependencies location.
  • Copy the includes to the shared include location.
  • Check can build Incursion release against it.
  • Include them in build dependencies archive.

Comments (2)

  1. RMTEW FULL NAME reporter

    Finished Google Breakpad reintegration. Build script now packages libs and includes for Breakpad in the generated dependencies archive. Build script now packages the licenses in the generated dependencies archive. Build script now actually generates a dependencies archive. Rename USE_CRASHPAD to USE_BREAKPAD. Make static library names pragmas for Breakpad to allow easy disabling. Fixes #215

    → <<cset 08f4388bbed7>>

  2. Log in to comment