Enlightenment CVS committal
Author : doursse
Project : e17
Module : proto/evil
Dir : e17/proto/evil
Modified Files:
COPYING ChangeLog configure.ac
Log Message:
fix compilation with cegcc and minor fixing
* COPYING:
copyright update
* configure.ac:
* src/lib/Evil.h:
* src/lib/dlfcn/dlfcn.h:
* src/lib/mman/sys/mman.h:
define EFL_EVIL_BUILD in config.h for managing correctly EAPI
* src/bin/test_pipe.c:
stdio.h is needed after winsock2.h for mingw32ce
* src/lib/dlfcn/dlfcn.c (get_last_error), (dlopen), (dlsym):
* src/lib/evil.c:
fix some heafer files inclusion on cegc platform.
first step of mingw32ce support
* src/lib/mman/mman.c:
define _get_osfhandle for mingw32ce
===================================================================
RCS file: /cvs/e/e17/proto/evil/COPYING,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- COPYING 3 Mar 2008 09:27:55 -0000 1.2
+++ COPYING 5 Mar 2008 09:19:37 -0000 1.3
@@ -1,4 +1,4 @@
-Copyright (C) 2000 Carsten Haitzler and various contributors (see AUTHORS)
+Copyright (C) 2008 Vincent Torri and various contributors (see AUTHORS)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvs/e/e17/proto/evil/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ChangeLog 3 Mar 2008 09:27:55 -0000 1.3
+++ ChangeLog 5 Mar 2008 09:19:37 -0000 1.4
@@ -1,3 +1,27 @@
+2008-03-05 Vincent Torri <doursse at users dot sf dot net>
+
+ fix compilation with cegcc and minor fixing
+
+ * COPYING:
+ copyright update
+
+ * configure.ac:
+ * src/lib/Evil.h:
+ * src/lib/dlfcn/dlfcn.h:
+ * src/lib/mman/sys/mman.h:
+ define EFL_EVIL_BUILD in config.h for managing correctly EAPI
+
+ * src/bin/test_pipe.c:
+ stdio.h is needed after winsock2.h for mingw32ce
+
+ * src/lib/dlfcn/dlfcn.c (get_last_error), (dlopen), (dlsym):
+ * src/lib/evil.c:
+ fix some heafer files inclusion on cegc platform.
+ first step of mingw32ce support
+
+ * src/lib/mman/mman.c:
+ define _get_osfhandle for mingw32ce
+
2008-03-03 Vincent Torri <doursse at users dot sf dot net>
* COPYING:
===================================================================
RCS file: /cvs/e/e17/proto/evil/configure.ac,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- configure.ac 27 Feb 2008 21:01:30 -0000 1.1
+++ configure.ac 5 Mar 2008 09:19:37 -0000 1.2
@@ -9,7 +9,7 @@
dnl otherwise, we set the correct flags
dnl for each platform.
mingw_libs=""
-cegcc_libs=""
+cegcc_cflags=""
case "$host_os" in
mingw|mingw32)
mingw_libs="-lole32 -luuid -lws2_32"
@@ -25,6 +25,9 @@
win32_libs="${mingw_libs}"
AC_SUBST(win32_cflags)
AC_SUBST(win32_libs)
+
+dnl needed for correct definition of EAPI
+AC_DEFINE(EFL_EVIL_BUILD, 1, [Define to mention that evil is built])
AM_INIT_AUTOMAKE(1.6 dist-bzip2)
-------------------------------------------------------------------------
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