update Evil to prepare it for alpha

SVN revision: 65298
devs/devilhorns/wayland_egl
Vincent Torri 12 years ago
parent f24f2501e1
commit 79a27fd020
  1. 1441
      legacy/evil/ChangeLog
  2. 1441
      legacy/evil/ChangeLog.0
  3. 30
      legacy/evil/README
  4. 4
      legacy/evil/configure.ac
  5. 1
      legacy/evil/src/lib/Evil.h

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -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 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/.
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 build that library and the EFL on
Windows XP, see
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 !

@ -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])

@ -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

Loading…
Cancel
Save