[librsvg] rsvg-view: Make this a GUI app for Windows



commit f95c9c2a8c99a6d096029c1483ad8c9b37376a94
Author: Maarten Bosmans <mkbosmans gmail com>
Date:   Fri Jan 13 00:12:40 2012 +0100

    rsvg-view: Make this a GUI app for Windows
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666866

 Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7c69839..9df6a56 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -152,6 +152,10 @@ rsvg_view_3_LDADD = \
 	$(GTHREAD_LIBS)		\
 	$(LIBM)
 
+if OS_WIN32
+rsvg_view_3_LDFLAGS += -mwindows
+endif # OS_WIN32
+
 EXTRA_DIST =				\
 	librsvg.doap			\
 	AUTHORS				\



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