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/sender/crash_report_sender.h | 3 + .../windows/sender/crash_report_sender.vcproj | 124 +++++++++++++++++++++ 2 files changed, 127 insertions(+) (limited to 'src/client/windows/sender') diff --git a/src/client/windows/sender/crash_report_sender.h b/src/client/windows/sender/crash_report_sender.h index accd7b46..52bec788 100644 --- a/src/client/windows/sender/crash_report_sender.h +++ b/src/client/windows/sender/crash_report_sender.h @@ -34,6 +34,9 @@ // crash reports via HTTP. A crash report is formatted as a multipart POST // request, which contains a set of caller-supplied string key/value pairs, // and a minidump file to upload. +// +// To use this library in your project, you will need to link against +// wininet.lib. #include #include diff --git a/src/client/windows/sender/crash_report_sender.vcproj b/src/client/windows/sender/crash_report_sender.vcproj index 8784501e..eabb76ce 100644 --- a/src/client/windows/sender/crash_report_sender.vcproj +++ b/src/client/windows/sender/crash_report_sender.vcproj @@ -139,6 +139,130 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1