Enlightenment CVS committal Author : doursse Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/common Modified Files: Makefile.am evas_image_main.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/lib/engines/common/Makefile.am,v retrieving revision 1.26 retrieving revision 1.27 diff -u -3 -r1.26 -r1.27 --- Makefile.am 4 Nov 2007 09:21:45 -0000 1.26 +++ Makefile.am 14 Mar 2008 16:49:47 -0000 1.27 @@ -10,7 +10,8 @@ -DPACKAGE_LIB_DIR=\"$(libdir)\" \ -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ @FREETYPE_CFLAGS@ @VALGRIND_CFLAGS@ \ - @EET_CFLAGS@ @pthread_cflags@ + @EET_CFLAGS@ @pthread_cflags@ \ + @WIN32_CFLAGS@ noinst_LTLIBRARIES = libevas_engine_common.la libevas_engine_common_la_SOURCES = \ =================================================================== RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_image_main.c,v retrieving revision 1.58 retrieving revision 1.59 diff -u -3 -r1.58 -r1.59 --- evas_image_main.c 14 Dec 2007 05:57:16 -0000 1.58 +++ evas_image_main.c 14 Mar 2008 16:49:47 -0000 1.59 @@ -1,12 +1,16 @@ -#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 #ifdef BUILD_LOADER_EET -#include <Eet.h> +# include <Eet.h> #endif +#include "evas_common.h" +#include "evas_private.h" + #ifdef HAVE_VALGRIND -#include <memcheck.h> +# include <memcheck.h> #endif static Evas_Cache_Image * eci = NULL; ------------------------------------------------------------------------- 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