mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-13 02:23:06 -05:00
Merge pull request #3942 from rimrul/mingw-tsaware
MinGW: link as terminal server aware
This commit is contained in:
committed by
Git for Windows Build Agent
commit
0a461b07ed
@@ -718,7 +718,7 @@ ifeq ($(uname_S),MINGW)
|
||||
DEFAULT_HELP_FORMAT = html
|
||||
HAVE_PLATFORM_PROCINFO = YesPlease
|
||||
CSPRNG_METHOD = rtlgenrandom
|
||||
BASIC_LDFLAGS += -municode
|
||||
BASIC_LDFLAGS += -municode -Wl,--tsaware
|
||||
COMPAT_CFLAGS += -DNOGDI -Icompat -Icompat/win32
|
||||
COMPAT_CFLAGS += -DSTRIP_EXTENSION=\".exe\"
|
||||
COMPAT_OBJS += compat/mingw.o compat/winansi.o \
|
||||
|
||||
Reference in New Issue
Block a user