Windows: #588015 - Make sure that GIMP is Terminal-Server-aware

(cherry picked from commit 4b9af78336)
This commit is contained in:
Jernej Simončič 2013-01-21 21:17:45 +01:00 committed by Michael Natterer
parent 9fa112f6b3
commit 1043216424
1 changed files with 1 additions and 1 deletions

View File

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