eina: disabling Eina_Object until 1.1 is released.

SVN revision: 60427
This commit is contained in:
Cedric BAIL 2011-06-17 08:48:02 +00:00
parent 18d1e68924
commit eb976c2571
3 changed files with 6 additions and 3 deletions

View File

@ -46,7 +46,6 @@
* Add eina_inlist_sort.
* Add eina_mempool_repack.
* Add Eina_Object API, an helper for providing memory allocation with a redirection.
2011-04-13 Cedric Bail & Vincent Torri

View File

@ -55,11 +55,13 @@ eina_ustrbuf.h \
eina_unicode.h \
eina_quadtree.h \
eina_simple_xml_parser.h \
eina_object.h \
eina_lock.h \
eina_prefix.h \
eina_refcount.h
# Will be back for developper after 1.1.
# eina_object.h
if EINA_HAVE_THREADS
if EINA_HAVE_WINCE
EINAHEADERS += eina_inline_lock_wince.x

View File

@ -32,7 +32,6 @@ eina_main.c \
eina_matrixsparse.c \
eina_mempool.c \
eina_module.c \
eina_object.c \
eina_prefix.c \
eina_quadtree.c \
eina_rbtree.c \
@ -51,6 +50,9 @@ eina_ustrbuf.c \
eina_ustringshare.c \
eina_value.c
# Will be back for developper after 1.1
# eina_object.c
if EINA_HAVE_WIN32
base_sources += eina_file_win32.c
else