edje now uses (and installs if not previously found) epp as its default C preprocesso...
authordiscomfitor <discomfitor>
Mon, 21 Feb 2011 08:04:44 +0000 (08:04 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 21 Feb 2011 08:04:44 +0000 (08:04 +0000)
commit81fee10225fc443d87a8f3bc06510a589de97a11
tree4cef40750127d0ce1b331d8c95ec396f704b9fa7
parent8d338c7486b1a3c30b085f40b4ab19e0db0bfdef
edje now uses (and installs if not previously found) epp as its default C preprocessor, providing consistent output across all platforms and allowing edje_cc to run on windows (vtorri!!)
fallbacks exist to use old behavior if epp fails.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@57210 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
15 files changed:
AUTHORS
ChangeLog
configure.ac
src/Makefile.am
src/bin/Makefile.am
src/bin/edje_cc_parse.c.in [moved from src/bin/edje_cc_parse.c with 99% similarity]
src/bin/epp/Makefile.am [new file with mode: 0644]
src/bin/epp/cppalloc.c [new file with mode: 0644]
src/bin/epp/cpperror.c [new file with mode: 0644]
src/bin/epp/cppexp.c [new file with mode: 0644]
src/bin/epp/cpphash.c [new file with mode: 0644]
src/bin/epp/cpphash.h [new file with mode: 0644]
src/bin/epp/cpplib.c [new file with mode: 0644]
src/bin/epp/cpplib.h [new file with mode: 0644]
src/bin/epp/cppmain.c [new file with mode: 0644]