diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/Makefile.am | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index ec2a0ca6aa..f98b053b31 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2009-02-03 Tor Lillqvist <tml@novell.com> + + * Makefile.am (evolution_LDFLAGS): Use -mwindows on Windows to + build a "GUI" executable. + 2009-01-11 Matthew Barnes <mbarnes@redhat.com> * e-shell-window-commands.c (command_open_faq): diff --git a/shell/Makefile.am b/shell/Makefile.am index 79ed87c880..6e301185f5 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -119,6 +119,10 @@ evolution_LDADD = \ $(TZDIALOG_LIBS) \ $(SHELL_LIBS) +if OS_WIN32 +evolution_LDFLAGS = -mwindows +endif + # Misc stuff error_DATA = shell.error |