update Evil to prepare it for alpha

SVN revision: 65298
This commit is contained in:
Vincent Torri 2011-11-16 17:38:19 +00:00
parent f24f2501e1
commit 79a27fd020
5 changed files with 1460 additions and 1453 deletions

File diff suppressed because it is too large Load Diff

1441
legacy/evil/ChangeLog.0 Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,16 +1,22 @@
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 the Windows (XP or CE) platform. They are planned to be used
in the Enlightenment Fundations Libaries (EFL).
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 informations on how to build that library and the EFL on
Windows XP, see
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/.
http://trac.enlightenment.org/e/wiki/EFLWindowsXP
To get informations on how to build that library and the EFL on
on Windows CE, see
http://trac.enlightenment.org/e/wiki/EFLWindowsCE
To get the description of the API, behavior, etc.. run 'make doc'
in the top level directory, then open in your favorite browser
named Firefox the file index.html located in the subdirectory
doc/html/.
Enjoy !

View File

@ -1,8 +1,8 @@
### Version
m4_define([v_maj], [0])
m4_define([v_min], [99])
m4_define([v_maj], [1])
m4_define([v_min], [0])
m4_define([v_mic], [0])
m4_define([evil_version], [v_maj.v_min.v_mic])

View File

@ -22,6 +22,7 @@
* @mainpage Evil
* @image html e_big.png
* @author Vincent Torri
* @version 1.0.0
* @date 2008-2011
*
* @section intro_sec Introduction