efl/legacy/evil
Vincent Torri e49ce78f00 * src/lib/Evil.h:
change again the redefinition of open(). Needed
	for the gif loader. But the compilation with vc++
	is certainly broken. Will be fixed later with a specific
	case for vc++.



SVN revision: 45725
2010-01-30 00:28:11 +00:00
..
doc fix Evil documentation 2009-10-14 18:48:13 +00:00
m4 * doc/Makefile.am: 2009-02-01 20:20:29 +00:00
src * src/lib/Evil.h: 2010-01-30 00:28:11 +00:00
win32 * src/lib/evil_libgen.c: 2009-12-07 17:23:41 +00:00
.cvsignore add cvsignore 2008-06-02 04:42:51 +00:00
AUTHORS * AUTHORS: 2008-10-09 21:56:31 +00:00
COPYING fix the copying license to 2009-01-13 13:00:45 +00:00
COPYING-PLAIN * COPYING: 2008-03-03 09:27:55 +00:00
ChangeLog * src/lib/Evil.h: 2010-01-30 00:28:11 +00:00
INSTALL * INSTALL: 2009-09-08 06:55:14 +00:00
Makefile.am * Makefile.am: 2009-12-19 19:08:28 +00:00
NEWS
README Fix dlopen for cegcc and minor fix and doc: 2008-03-13 17:46:53 +00:00
autogen.sh
configure.ac * configure.ac: 2009-12-11 11:05:58 +00:00
evil.pc.in * evil.pc.in: 2008-11-09 19:27:13 +00:00

README

The Evil library tried to port some convenient Unix functions
to the Windows (XP, maybe below, or Mobile) platform. They
are planned to be used in the Enlightenment Fundations Libaries.

To get informations on how to install that library, see the
INSTALL file. For mingw32ce or cegcc users, look at the end
of that INSTALL file to have precise informations on how to
configure the library.

To get the description of the API, behavior, etc.. run
doxygen.exe in the top level directory, then open in your
favorite browser named Firefox the file index.html located in
the subdirectory doc/html/.

Enjoy !