mirror of
https://github.com/git/git.git
synced 2026-02-07 00:05:02 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user