An update to get closer to make check passing for windows.

Thanks (and credit) to Vincent Torri again
This commit is contained in:
Andy Williams 2015-02-15 20:35:41 +00:00
parent d79ee5a19a
commit eaa683da03
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,8 @@
ajwillia.ms (Andy Williams) <andy@andywilliams.me>
wilsonk (Kelly Wilson) <wilsonk@cpsc.ucalgary.ca>
Windows compatibility thanks to Vincent Torri <vincent.torri@gmail.com>
With sections from Ecrire by Tom Hacohen <tom@stosb.com>
Clang syntax higlighting from cedric and TAsn in the edi PROTO project

View File

@ -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