evolution r37223 - trunk/shell



Author: tml
Date: Tue Feb  3 20:33:38 2009
New Revision: 37223
URL: http://svn.gnome.org/viewvc/evolution?rev=37223&view=rev

Log:
2009-02-03  Tor Lillqvist  <tml novell com>

	* Makefile.am (evolution_LDFLAGS): Use -mwindows on Windows to
	build a "GUI" executable.



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

Modified: trunk/shell/Makefile.am
==============================================================================
--- trunk/shell/Makefile.am	(original)
+++ trunk/shell/Makefile.am	Tue Feb  3 20:33:38 2009
@@ -150,6 +150,10 @@
 	$(TZDIALOG_LIBS)						\
 	$(SHELL_LIBS)
 
+if OS_WIN32
+evolution_LDFLAGS = -mwindows
+endif
+
 # Misc stuff
 
 server_in_files = GNOME_Evolution_Shell.server.in.in



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