toolkit/crashreporter/google-breakpad/src/third_party/glog/README.windows

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/crashreporter/google-breakpad/src/third_party/glog/README.windows	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +This project has begun being ported to Windows.  A working solution
     1.5 +file exists in this directory:
     1.6 +    google-glog.sln
     1.7 +
     1.8 +You can load this solution file into VC++ 9.0 (Visual Studio
     1.9 +2008).  You may also be able to use this solution file with older
    1.10 +Visual Studios by converting the solution file.
    1.11 +
    1.12 +Note that stack tracing and some unittests are not ported
    1.13 +yet.
    1.14 +
    1.15 +You can also link glog code in statically -- see the example project
    1.16 +libglog_static and logging_unittest_static, which does this.  For this
    1.17 +to work, you'll need to add "/D GOOGLE_GLOG_DLL_DECL=" to the compile
    1.18 +line of every glog's .cc file.
    1.19 +
    1.20 +I have little experience with Windows programming, so there may be
    1.21 +better ways to set this up than I've done!  If you run across any
    1.22 +problems, please post to the google-glog Google Group, or report
    1.23 +them on the google-glog Google Code site:
    1.24 +   http://groups.google.com/group/google-glog
    1.25 +   http://code.google.com/p/google-glog/issues/list
    1.26 +
    1.27 +-- Shinichiro Hamaji
    1.28 +
    1.29 +Last modified: 23 January 2009

mercurial