diff options
author | mmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2008-01-28 20:02:01 +0000 |
---|---|---|
committer | mmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2008-01-28 20:02:01 +0000 |
commit | 469580e2dfe4860966200f8c451b7b8b6d7554a2 (patch) | |
tree | 6f402097b17267bbcc2d6b621b01be50a5a518b5 /src/processor | |
parent | Fix issue 235, properly handling included(inlined) code. (diff) | |
download | breakpad-469580e2dfe4860966200f8c451b7b8b6d7554a2.tar.xz |
Remove dependency on ole32 on Windows (#132). Patch by Sorin Jianu <sorinj>, r=me.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@237 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/processor')
-rw-r--r-- | src/processor/testdata/test_app.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/processor/testdata/test_app.cc b/src/processor/testdata/test_app.cc index e2b9c3a9..f230ef3f 100644 --- a/src/processor/testdata/test_app.cc +++ b/src/processor/testdata/test_app.cc @@ -29,8 +29,7 @@ // This file is used to generate minidump2.dmp and minidump2.sym. // cl /Zi test_app.cc /Fetest_app.exe /I google_breakpad/src \ -// google_breakpad/src/client/windows/releasestaticcrt/exception_handler.lib \ -// ole32.lib +// google_breakpad/src/client/windows/releasestaticcrt/exception_handler.lib // Then run test_app to generate a dump, and dump_syms to create the .sym file. #include <cstdio> |