ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=eaa683da035a6067aa43f3893b6b87cfa1dfa329
commit eaa683da035a6067aa43f3893b6b87cfa1dfa329 Author: Andy Williams <[email protected]> Date: Sun Feb 15 20:35:41 2015 +0000 An update to get closer to make check passing for windows. Thanks (and credit) to Vincent Torri again --- AUTHORS | 2 ++ elm_code/src/tests/Makefile.am | 1 + 2 files changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index 3a81e9a..7ca130a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,8 @@ ajwillia.ms (Andy Williams) <[email protected]> wilsonk (Kelly Wilson) <[email protected]> +Windows compatibility thanks to Vincent Torri <[email protected]> + With sections from Ecrire by Tom Hacohen <[email protected]> Clang syntax higlighting from cedric and TAsn in the edi PROTO project diff --git a/elm_code/src/tests/Makefile.am b/elm_code/src/tests/Makefile.am index 7a829d3..3f85a3f 100644 --- a/elm_code/src/tests/Makefile.am +++ b/elm_code/src/tests/Makefile.am @@ -23,6 +23,7 @@ elm_code_suite_CPPFLAGS = -I$(top_builddir)/elm_code/src/lib/ \ -DTESTS_DIR=\"$(abspath $(srcdir))/\" \ -DEFL_BETA_API_SUPPORT \ @EFL_CFLAGS@ \ +-DEFL_ELM_CODE_BUILD \ @CHECK_CFLAGS@ elm_code_suite_LDADD = @EFL_LIBS@ @CHECK_LIBS@ $(top_builddir)/elm_code/src/lib/libelm_code.la --
