gimp r26220 - in trunk: . app



Author: tml
Date: Thu Jul 17 11:34:19 2008
New Revision: 26220
URL: http://svn.gnome.org/viewvc/gimp?rev=26220&view=rev

Log:
2008-07-17  Tor Lillqvist  <tml novell com>

	* app/Makefile.am (win32_ldflags): Use -Wl,--large-address-aware
	on Windows so that we can use more that 2 GB user data space (if
	available; i.e. if running on a 64-bit OS, or a 32-bit OS booted
	with /3GB). See discussion in bug #522073.



Modified:
   trunk/ChangeLog
   trunk/app/Makefile.am

Modified: trunk/app/Makefile.am
==============================================================================
--- trunk/app/Makefile.am	(original)
+++ trunk/app/Makefile.am	Thu Jul 17 11:34:19 2008
@@ -69,7 +69,7 @@
 	wilber.ico
 
 if OS_WIN32
-mwindows = -mwindows
+win32_ldflags = -mwindows -Wl,--large-address-aware
 endif
 
 if USE_BINRELOC
@@ -102,7 +102,7 @@
 	-u $(SYMPREFIX)gimp_image_map_config_get_type	\
 	-u $(SYMPREFIX)gimp_plug_in_manager_restore
 
-gimp_2_5_LDFLAGS = $(AM_LDFLAGS) $(mwindows) 
+gimp_2_5_LDFLAGS = $(AM_LDFLAGS) $(win32_ldflags) 
 
 gimp_2_5_LDADD = \
 	gui/libappgui.a			\



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