From 498ae570628db52bdea55a91f89fbc494c8c4c8f Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 13 Mar 2015 16:50:36 +0100 Subject: [PATCH] squash! mingw: Compile the Git wrapper Embed the manifest in the Git wrapper, too This is needed for builtins such as 'patch-id' to avoid triggering Windows' User Access Control. Signed-off-by: Johannes Schindelin --- config.mak.uname | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mak.uname b/config.mak.uname index 6b6c6b48ea..11142947af 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -564,7 +564,7 @@ else NO_CURL = YesPlease endif -git-wrapper$(X): compat/win32/git-wrapper.o +git-wrapper$(X): compat/win32/git-wrapper.o git.res $(QUIET_LINK)$(CC) -Wall -s -o $@ $^ -lshell32 -lshlwapi compat/win32/git-wrapper.o: %.o: %.c