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.tokkee.org/?a=commitdiff_plain;h=f5c3178151e3963cc8cf73fdc200831850b7a632;p=git.git 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 --- diff --git a/Makefile b/Makefile index dcc086ad4..12defd4c9 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