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 <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2015-03-13 16:50:36 +01:00
parent df303210b3
commit 498ae57062

View File

@@ -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