efl/legacy/evil
doursse 03527fe2aa * src/lib/Evil.h:
remove the stat structure and add guards
* src/lib/dlfcn/dlfcn.c:
include limits.h also for the cegcc compiler


SVN revision: 34129
2008-03-28 17:05:16 +00:00
..
src * src/lib/Evil.h: 2008-03-28 17:05:16 +00:00
AUTHORS update doc, add init/shutdown functions for the socket system, add Tor Lillqvist as author and other miscellaneous fixes 2008-02-29 22:42:14 +00:00
COPYING fix compilation with cegcc and minor fixing 2008-03-05 09:19:38 +00:00
COPYING-PLAIN * COPYING: 2008-03-03 09:27:55 +00:00
ChangeLog * src/lib/Evil.h: 2008-03-28 17:05:16 +00:00
Doxyfile Here is the Evil library, which provides, for the Windows platform (XP or Mobile), a set of Unix functions used in the EFL and which do not exist on that evil platform 2008-02-27 21:01:30 +00:00
INSTALL Fix dlopen for cegcc and minor fix and doc: 2008-03-13 17:46:53 +00:00
Makefile.am * COPYING: 2008-03-03 09:27:55 +00:00
NEWS Here is the Evil library, which provides, for the Windows platform (XP or Mobile), a set of Unix functions used in the EFL and which do not exist on that evil platform 2008-02-27 21:01:30 +00:00
README Fix dlopen for cegcc and minor fix and doc: 2008-03-13 17:46:53 +00:00
autogen.sh Here is the Evil library, which provides, for the Windows platform (XP or Mobile), a set of Unix functions used in the EFL and which do not exist on that evil platform 2008-02-27 21:01:30 +00:00
configure.ac Fix dlopen for cegcc and minor fix and doc: 2008-03-13 17:46:53 +00:00
evil.pc.in Here is the Evil library, which provides, for the Windows platform (XP or Mobile), a set of Unix functions used in the EFL and which do not exist on that evil platform 2008-02-27 21:01:30 +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 !