diff options
author | Pat Thoyts <patthoyts@users.sourceforge.net> | 2012-05-24 00:56:24 +0100 |
---|---|---|
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | 2013-06-04 10:11:08 +0100 |
commit | ce39c2e04ced177747d02de83f61989dcbcca44e (patch) | |
tree | 16909074f9dee8e21892cd9bd5e25849e369ec89 /config.mak.uname | |
parent | fb99070303e8e8af4438c0bad76d459af80d3bba (diff) | |
download | git-ce39c2e04ced177747d02de83f61989dcbcca44e.tar.gz |
Provide a Windows version resource for the git executables.
Embeds the git version and description into the git executable thus
implementing the request in issue #5.
Acked-by: Heiko Voigt <hvoigt@hvoigt.net>
Acked-by: Sebastian Schuberth <sschuberth@gmail.com>
Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Diffstat (limited to 'config.mak.uname')
-rw-r--r-- | config.mak.uname | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mak.uname b/config.mak.uname index c5518fe330..04b97486a2 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -507,7 +507,9 @@ ifneq (,$(findstring MINGW,$(uname_S))) compat/win32/dirent.o BASIC_LDFLAGS += -Wl,--large-address-aware EXTLIBS += -lws2_32 + GITLIBS += git.res PTHREAD_LIBS = + RC = windres -O coff NATIVE_CRLF = YesPlease X = .exe SPARSE_FLAGS = -Wno-one-bit-signed-bitfield |