From 1603ac6503ecf60fcfb73baa9a2151b49bbab4b1 Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Tue, 09 Jun 2009 09:20:17 +0000 Subject: [windows/build] Add -mwindows flag for true Windows apps --- (limited to 'shell') diff --git a/shell/Makefile.am b/shell/Makefile.am index 0594ac9..2b3b621 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -87,6 +87,10 @@ evince_SOURCES= \ ev-sidebar-thumbnails.h \ main.c +if PLATFORM_WIN32 +evince_LDFLAGS = -mwindows +endif + evince_LDADD= \ $(top_builddir)/cut-n-paste/zoom-control/libephyzoom.la \ $(top_builddir)/cut-n-paste/toolbar-editor/libtoolbareditor.la \ -- cgit v0.9.1