1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-09 05:30:52 +02:00

* Added breakpad support for Linux.

This commit is contained in:
Christian Muehlhaeuser
2011-09-15 07:27:31 +02:00
parent d8b07cee9c
commit d8d7347394
1163 changed files with 465521 additions and 4 deletions

View File

@@ -0,0 +1,26 @@
This project has begun being ported to Windows. A working solution
file exists in this directory:
google-glog.sln
You can load this solution file into VC++ 9.0 (Visual Studio
2008). You may also be able to use this solution file with older
Visual Studios by converting the solution file.
Note that stack tracing and some unittests are not ported
yet.
You can also link glog code in statically -- see the example project
libglog_static and logging_unittest_static, which does this. For this
to work, you'll need to add "/D GOOGLE_GLOG_DLL_DECL=" to the compile
line of every glog's .cc file.
I have little experience with Windows programming, so there may be
better ways to set this up than I've done! If you run across any
problems, please post to the google-glog Google Group, or report
them on the google-glog Google Code site:
http://groups.google.com/group/google-glog
http://code.google.com/p/google-glog/issues/list
-- Shinichiro Hamaji
Last modified: 23 January 2009