Enlightenment CVS committal
Author : doursse
Project : e17
Module : libs/evas
Dir : e17/libs/evas/src/modules/savers/eet
Modified Files:
Makefile.am evas_image_save_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/savers/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:49 -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/savers/eet/$(MODULE_ARCH)
===================================================================
RCS file: /cvs/e/e17/libs/evas/src/modules/savers/eet/evas_image_save_eet.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- evas_image_save_eet.c 28 Oct 2006 03:02:23 -0000 1.6
+++ evas_image_save_eet.c 14 Mar 2008 16:49:49 -0000 1.7
@@ -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_save_file_eet(RGBA_Image *im, const char *file, const char
*key, int quality, int compress);
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs