Blame README.windows

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