From da9db6c8e2a386c48f269e33e7893c749a9ca2cc Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 3 Feb 2009 20:33:38 +0000 Subject: Use -mwindows on Windows to build a "GUI" executable. 2009-02-03 Tor Lillqvist * Makefile.am (evolution_LDFLAGS): Use -mwindows on Windows to build a "GUI" executable. svn path=/trunk/; revision=37223 --- shell/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell/Makefile.am') diff --git a/shell/Makefile.am b/shell/Makefile.am index 7ffdc303f5..cf53a5c79c 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -150,6 +150,10 @@ evolution_LDADD = \ $(TZDIALOG_LIBS) \ $(SHELL_LIBS) +if OS_WIN32 +evolution_LDFLAGS = -mwindows +endif + # Misc stuff server_in_files = GNOME_Evolution_Shell.server.in.in -- cgit v1.2.3