jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f1e1e706500ae73eeb82ba62721abd7bdf2e1159

commit f1e1e706500ae73eeb82ba62721abd7bdf2e1159
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Wed Feb 19 13:32:26 2014 +0900

    Dox: Try to fix build for windows
    
    Evil support was not included in the docs preview generator build.
    Tested locally with Makefile & deps from the wiki (win64).
---
 doc/previews/Makefile.am | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/previews/Makefile.am b/doc/previews/Makefile.am
index 72d1531..864e583 100644
--- a/doc/previews/Makefile.am
+++ b/doc/previews/Makefile.am
@@ -25,6 +25,13 @@ LDADD = \
        -lecore \
        -lecore_evas
 
+if HAVE_WIN32
+AM_CPPFLAGS += -I$(abs_top_srcdir)/src/lib/evil @EVIL_CFLAGS@
+LDADD += -L$(abs_top_builddir)/src/lib/evil/.libs \
+       -levil \
+       -ldl
+endif
+
 noinst_PROGRAMS = preview_text_filter
 
 DATADIR = ${abs_top_srcdir}/doc/previews/img

-- 


Reply via email to