From 2549354e22217885d2a27c87da6ea093c07ad75f Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Mon, 6 Jan 2014 17:37:55 -0500 Subject: [PATCH] windows: build moonshot-webp as console, not gui, app --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index db1c4f7..88cf4df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,7 +79,7 @@ if OS_WIN32 src_moonshot_CFLAGS = -mwindows -src_moonshot_webp_CFLAGS = -mwindows +src_moonshot_webp_CFLAGS = -mconsole AM_CPPFLAGS += -DOS_WIN32 AM_VALAFLAGS += --define=OS_WIN32 -- 2.1.4