From: Karsten Blees Date: Tue, 10 Sep 2013 23:21:53 +0000 (+0200) Subject: MSVC: fix compile errors due to missing libintl.h X-Git-Tag: v1.8.5-rc0~77^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bad866a29b0ec560c9bed31e2fe3610b6cf50ae3?ds=inline;hp=--cc MSVC: fix compile errors due to missing libintl.h Set NO_GETTEXT in config.mak.uname to get rid of libintl.h dependency. Signed-off-by: Karsten Blees Acked-by: Sebastian Schuberth Signed-off-by: Junio C Hamano --- bad866a29b0ec560c9bed31e2fe3610b6cf50ae3 diff --git a/config.mak.uname b/config.mak.uname index 7d615314f4..781dee4db7 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -339,6 +339,7 @@ ifeq ($(uname_S),Windows) OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo NO_REGEX = YesPlease NO_CURL = YesPlease + NO_GETTEXT = YesPlease NO_PYTHON = YesPlease BLK_SHA1 = YesPlease ETAGS_TARGET = ETAGS