edje now uses (and installs if not previously found) epp as its default C preprocesso...
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
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)
commitdf6100fce8d90dc7135b95895f3d3c2307207fa5
tree4cef40750127d0ce1b331d8c95ec396f704b9fa7
parent649958c11b29f66b27811eee75aaa8409149203f
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: svn+ssh://svn.enlightenment.org/var/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]