[gimp/gimp-2-8] Windows: #588015 - Make sure that GIMP is Terminal-Server-aware



commit 4b9af783360cc0bcc4141e6a46d3c188dc4b8d73
Author: Jernej SimonÄiÄ <jernej|s-cccp eternallybored org>
Date:   Mon Jan 21 21:17:45 2013 +0100

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

 app/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/Makefile.am b/app/Makefile.am
index 5921b86..a4ef552 100644
--- a/app/Makefile.am
+++ b/app/Makefile.am
@@ -94,7 +94,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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]