efl/legacy/evil
Vincent Torri a3f8f5f27b * Makefile.am:
add the doc subdir
	* src/lib/Makefile.am:
	add evil_fnmatch_private.h in tarballs



SVN revision: 36705
2008-10-16 07:04:38 +00:00
..
doc missing file 2008-10-05 16:00:40 +00:00
m4 * AUTHORS: 2008-10-09 21:56:31 +00:00
src * Makefile.am: 2008-10-16 07:04:38 +00:00
win32 Updated Evil VS project, added test project. 2008-10-11 11:15:38 +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 compilation with cegcc and minor fixing 2008-03-05 09:19:38 +00:00
COPYING-PLAIN
ChangeLog * Makefile.am: 2008-10-16 07:04:38 +00:00
INSTALL * big rework of evil: put most of functions in evil.c in their own files 2008-09-13 21:19:22 +00:00
Makefile.am * Makefile.am: 2008-10-16 07:04:38 +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: 2008-10-11 14:35:26 +00:00
evil.pc.in * mingw32ce has no locale stuff 2008-09-20 10:02:09 +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 !