From: Marius Storm-Olsen Date: Wed, 16 Sep 2009 08:20:31 +0000 (+0200) Subject: Tag GIT_VERSION when Git is built with MSVC X-Git-Tag: v1.6.5-rc2~11 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f5c3178151e3963cc8cf73fdc200831850b7a632?ds=inline;hp=--cc Tag GIT_VERSION when Git is built with MSVC This may help us debug issues on Windows, as we now can build Git natively on Windows with both MinGW and MSVC. Signed-off-by: Marius Storm-Olsen Acked-by: Johannes Sixt Signed-off-by: Junio C Hamano --- f5c3178151e3963cc8cf73fdc200831850b7a632 diff --git a/Makefile b/Makefile index dcc086ad49..12defd4c97 100644 --- a/Makefile +++ b/Makefile @@ -877,6 +877,7 @@ ifneq (,$(findstring CYGWIN,$(uname_S))) UNRELIABLE_FSTAT = UnfortunatelyYes endif ifdef MSVC + GIT_VERSION := $(GIT_VERSION).MSVC pathsep = ; NO_PREAD = YesPlease NO_OPENSSL = YesPlease