Enlightenment CVS committal Author : doursse Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/modules/loaders/eet Modified Files: Makefile.am evas_image_load_eet.c Log Message: * Remove Windows code in evas_module.c and use evilness instead * Allow Windows Mobile to correctly load dll's * Use correct scheme for EAPI on Windows and include config.h when necessary * add -mwin32 to compiler flags when compiling with cegcc =================================================================== RCS file: /cvs/e/e17/libs/evas/src/modules/loaders/eet/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- Makefile.am 13 Feb 2008 07:55:23 -0000 1.6 +++ Makefile.am 14 Mar 2008 16:49:48 -0000 1.7 @@ -4,7 +4,8 @@ AM_CPPFLAGS = -I. \ -I$(top_srcdir)/src/lib \ -I$(top_srcdir)/src/lib/include \ - @FREETYPE_CFLAGS@ @EET_CFLAGS@ + @FREETYPE_CFLAGS@ @EET_CFLAGS@ \ + @WIN32_CFLAGS@ pkgdir = $(libdir)/evas/modules/loaders/eet/$(MODULE_ARCH) =================================================================== RCS file: /cvs/e/e17/libs/evas/src/modules/loaders/eet/evas_image_load_eet.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- evas_image_load_eet.c 5 Nov 2006 05:07:52 -0000 1.8 +++ evas_image_load_eet.c 14 Mar 2008 16:49:48 -0000 1.9 @@ -1,7 +1,11 @@ -#include "evas_common.h" -#include "evas_private.h" +#ifdef HAVE_CONFIG_H +# include "config.h" /* so that EAPI in Eet.h is correctly defined */ +#endif #include <Eet.h> + +#include "evas_common.h" +#include "evas_private.h" int evas_image_load_file_head_eet(RGBA_Image *im, const char *file, const char *key); ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs