breakpad/src/client
doshimun@gmail.com 5066fcdb42 TO BE REVIEWED.
Have sent an email for code review already but this check-in is urgent
to fix potential build breaks.

It contains the following changes:
- Change project settings for exception_handler.vcproj so that it links in
  crash_generation.lib so that the applications using exception_handler.lib
  do not have to link to crash_generation.lib. Make these changes for all 4
  build configurations.
- Change the test app project settings to not link to crash_generation.lib
  and only link to exception_handler.lib; again for all four configurations.

These changes help the applications that are currently linking to exception_handler.lib
in that they don't have to link to one more lib to get out-of-process dump generation
functionality. In fact, even if they do not use out-of-process dump generation functionality,
after those changes, the apps will need to link with crash_generation.lib anyway in order to
build correctly. This change will eliminate that need.



git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@248 4c0a9323-5329-0410-9bdc-e9ce6186880e
2008-03-11 22:28:48 +00:00
..
linux/handler issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=me 2008-02-24 21:04:51 +00:00
mac/handler Breakpad rejects valid modules with a vmaddr of zero on Mac (#176). Patch 2007-09-28 18:30:48 +00:00
solaris/handler Remove assertion for a variable that doesn't exist. Patch by Alfred Peng 2007-10-15 20:47:12 +00:00
windows TO BE REVIEWED. 2008-03-11 22:28:48 +00:00
minidump_file_writer-inl.h Allow building with -pedantic (#186). r=ted.mielczarek 2007-05-31 19:44:52 +00:00
minidump_file_writer.cc Issue 175 - fix permissions on dump file in MinidumpFileWriter. r=mento 2007-07-05 22:13:02 +00:00
minidump_file_writer.h Allow building with -pedantic (#186). r=ted.mielczarek 2007-05-31 19:44:52 +00:00
minidump_file_writer_unittest.cc Rename Airbag to Breakpad. 2007-02-14 19:51:05 +00:00