* define EAPI on Windows according to the following scheme:
authordoursse <doursse>
Sat, 8 Mar 2008 07:28:12 +0000 (07:28 +0000)
committerdoursse <doursse@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 8 Mar 2008 07:28:12 +0000 (07:28 +0000)
commitbe30ad51d4fa0a06335f40ac8b8db3b4a6dffb3c
tree5bccd4513b20d71421b91a36404cfe91d62bbcba
parent6e8989a47927208728bf0ce2fcfb0817d4315229
 * define EAPI on Windows according to the following scheme:
   - if Eet is built:
     . if the shared lib is built, EAPI must be __declspec(dllexport)
     . if the static lib is built, EAPI must be empty
   - otherwise EAPI must be __declspec(dllimport)
 * move config.h from Eet_private.h to source files so that
   EAPI is correctly defined in Eet.h
 * add notes for compilation with cegcc and mingw32ce in INSTALL
 * add support for compilation with cegcc
 * add indentation information for vi
 * remove trailing spaces

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/eet@33959 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
INSTALL
configure.in
src/lib/Eet.h
src/lib/Eet_private.h
src/lib/Makefile.am
src/lib/eet_data.c
src/lib/eet_dictionary.c
src/lib/eet_image.c
src/lib/eet_lib.c
src/lib/eet_memfile.c
src/lib/eet_utils.c