evolution-data-server r9975 - in branches/gnome-2-24: . src



Author: tml
Date: Tue Jan 27 23:22:43 2009
New Revision: 9975
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9975&view=rev

Log:
2009-01-28  Tor Lillqvist  <tml novell com>

	* src/Makefile.am (evolution_data_server_LDFLAGS): Build as a
	"GUI" executable on Windows to console windows that annoy
	end-users.



Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/src/Makefile.am

Modified: branches/gnome-2-24/src/Makefile.am
==============================================================================
--- branches/gnome-2-24/src/Makefile.am	(original)
+++ branches/gnome-2-24/src/Makefile.am	Tue Jan 27 23:22:43 2009
@@ -63,6 +63,10 @@
         $(E_FACTORY_LIBS)						\
 	$(E_DATA_SERVER_LIBS)
 
+if OS_WIN32
+evolution_data_server_LDFLAGS = -mwindows
+endif
+
 install-evolution-data-servers:
 	$(mkinstalldirs) $(DESTDIR)$(libexecdir)
 	$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) evolution-data-server $(DESTDIR)$(libexecdir)/evolution-data-server-$(BASE_VERSION)



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