mirror of https://github.com/GNOME/gimp.git
Windows: #588015 - Make sure that GIMP is Terminal-Server-aware
(cherry picked from commit 4b9af78336
)
This commit is contained in:
parent
9fa112f6b3
commit
1043216424
|
@ -92,7 +92,7 @@ framework_carbon = -framework Carbon
|
|||
endif
|
||||
|
||||
if OS_WIN32
|
||||
win32_ldflags = -mwindows $(WIN32_LARGE_ADDRESS_AWARE)
|
||||
win32_ldflags = -mwindows -Wl,--tsaware $(WIN32_LARGE_ADDRESS_AWARE)
|
||||
endif
|
||||
|
||||
if USE_BINRELOC
|
||||
|
|
Loading…
Reference in New Issue