Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/esmart

Dir     : e17/libs/esmart/src/lib/esmart_container/layout/default


Modified Files:
        Makefile.am default.c 


Log Message:
make (some parts of) esmart working on Windows

===================================================================
RCS file: 
/cvs/e/e17/libs/esmart/src/lib/esmart_container/layout/default/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- Makefile.am 5 Jul 2008 10:31:33 -0000       1.7
+++ Makefile.am 12 Jul 2008 06:40:36 -0000      1.8
@@ -10,4 +10,4 @@
 
 default_la_SOURCES = default.c
 default_la_LIBADD = 
$(top_builddir)/src/lib/esmart_container/libesmart_container.la @CONTAINER_LIBS@
-default_la_LDFLAGS = -module -avoid-version
+default_la_LDFLAGS = -no-undefined -module -avoid-version
===================================================================
RCS file: 
/cvs/e/e17/libs/esmart/src/lib/esmart_container/layout/default/default.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- default.c   15 Dec 2007 03:39:38 -0000      1.8
+++ default.c   12 Jul 2008 06:40:37 -0000      1.9
@@ -1,6 +1,14 @@
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#include <stdlib.h>
+#include <string.h>
+#include <math.h>
+
 #include <Evas.h>
 #include <Ecore.h>
-#include <math.h>
+
 #include "../../Esmart_Container.h"
 #include "../../esmart_container_private.h"
 



-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to