Special handling for genversion on win32, as the default calls don't work in all...
authorHendrik Leppkes <h.leppkes@gmail.com>
Wed, 17 Feb 2010 00:51:21 +0000 (01:51 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 17 Feb 2010 14:51:59 +0000 (15:51 +0100)
commit3653e1882ddd26706246f58b769f6ba5b63107d8
tree9f231e3961a484187f65c4f8736a94fa3747dd7d
parent96236cf8d84711e01eef9153b229439146b4428b
Special handling for genversion on win32, as the default calls don't work in all cases.

The new method calls "cmd.exe /C git" and lets it resolve the path and the extension of the git executable, working in the default windows shell as well as in a mingw bash shell.
src/common/genversion.cpp