add stub Windows CE ecore_exe. Will be filled later

SVN revision: 45296
This commit is contained in:
Vincent Torri 2010-01-18 18:16:50 +00:00
parent e0eec7c48f
commit cad002c759
2 changed files with 32 additions and 0 deletions

View File

@ -43,10 +43,18 @@ libecore_la_SOURCES += ecore_exe_win32.c
else
if ECORE_HAVE_WINCE
libecore_la_SOURCES += ecore_exe_wince.c
else
libecore_la_SOURCES += ecore_exe.c
endif
endif
libecore_la_LIBADD = @dlopen_libs@ @EINA_LIBS@ @EVIL_LIBS@ @GLIB_LIBS@ @WIN32_LIBS@ @LTLIBINTL@ @EFL_PTHREAD_LIBS@ -lm
libecore_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -version-info @version_info@ @ecore_release_info@

View File

@ -0,0 +1,24 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef HAVE_EVIL
# include <Evil.h>
#endif
#include "Ecore.h"
#include "ecore_private.h"
void
_ecore_exe_init(void)
{
}
void
_ecore_exe_shutdown(void)
{
}