[evolution] Avoid the console popping while evolution running on windows



commit d0917c97319e08d840cd78adf02b3e7456aa6366
Author: Fridrich Strba <fridrich strba bluewin ch>
Date:   Fri Jun 5 15:05:02 2009 +0200

    Avoid the console popping while evolution running on windows
---
 addressbook/tools/Makefile.am         |    4 ++++
 calendar/gui/alarm-notify/Makefile.am |    4 ++++
 plugins/backup-restore/Makefile.am    |    4 ++++
 3 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/addressbook/tools/Makefile.am b/addressbook/tools/Makefile.am
index bc0cfb8..ea1dc38 100644
--- a/addressbook/tools/Makefile.am
+++ b/addressbook/tools/Makefile.am
@@ -27,6 +27,10 @@ evolution_addressbook_export_SOURCES =				\
 evolution_addressbook_export_LDADD =				\
 	$(EVOLUTION_ADDRESSBOOK_LIBS)
 
+if OS_WIN32
+evolution_addressbook_export_LDFLAGS = -mwindows
+endif
+
 EXTRA_DIST = $(privlibexec_SCRIPTS) \
 	evolution-addressbook-clean.in
 
diff --git a/calendar/gui/alarm-notify/Makefile.am b/calendar/gui/alarm-notify/Makefile.am
index 76c2783..9b001a0 100644
--- a/calendar/gui/alarm-notify/Makefile.am
+++ b/calendar/gui/alarm-notify/Makefile.am
@@ -53,6 +53,10 @@ evolution_alarm_notify_LDADD =						\
 	$(CAMEL_LIBS)							\
 	$(EVOLUTION_CALENDAR_LIBS)
 
+if OS_WIN32
+evolution_alarm_notify_LDFLAGS = -mwindows
+endif
+
 server_in_files = GNOME_Evolution_Calendar_AlarmNotify.server.in.in
 server_DATA = $(server_in_files:.server.in.in=.server)
 @EVO_SERVER_RULE@
diff --git a/plugins/backup-restore/Makefile.am b/plugins/backup-restore/Makefile.am
index b4e554c..1db60cd 100644
--- a/plugins/backup-restore/Makefile.am
+++ b/plugins/backup-restore/Makefile.am
@@ -28,6 +28,10 @@ evolution_backup_SOURCES = backup.c
 evolution_backup_LDADD = $(SHELL_LIBS)		\
 	$(top_builddir)/e-util/libeutil.la
 
+if OS_WIN32
+evolution_backup_LDFLAGS = -mwindows
+endif
+
 
 EXTRA_DIST = 					\
 	org-gnome-backup-restore.eplug.xml	\



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