From f140025664719fa6a11d97ae76a3e74eccc8fbf9 Mon Sep 17 00:00:00 2001 From: bryner Date: Thu, 28 Sep 2006 19:35:08 +0000 Subject: Add static-CRT build configurations. Get rid of the largely redundant README, moving the linkage comments to the corresponding headers. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@37 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/windows/handler/exception_handler.h | 3 + .../windows/handler/exception_handler.vcproj | 124 +++++++++++++++++++++ 2 files changed, 127 insertions(+) (limited to 'src/client/windows/handler') diff --git a/src/client/windows/handler/exception_handler.h b/src/client/windows/handler/exception_handler.h index 7acb5853..534a1d7f 100644 --- a/src/client/windows/handler/exception_handler.h +++ b/src/client/windows/handler/exception_handler.h @@ -52,6 +52,9 @@ // ExceptionHandler *f = new ExceptionHandler(...); // delete e; // This will put the exception filter stack into an inconsistent state. +// +// To use this library in your project, you will need to link against +// rpcrt4.lib and ole32.lib. #ifndef CLIENT_WINDOWS_HANDLER_EXCEPTION_HANDLER_H__ #define CLIENT_WINDOWS_HANDLER_EXCEPTION_HANDLER_H__ diff --git a/src/client/windows/handler/exception_handler.vcproj b/src/client/windows/handler/exception_handler.vcproj index 5dce6273..1f9bdb17 100644 --- a/src/client/windows/handler/exception_handler.vcproj +++ b/src/client/windows/handler/exception_handler.vcproj @@ -139,6 +139,130 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1