Evas: cygwin port

Patch by Yaakov Selkowitz


SVN revision: 78955
This commit is contained in:
Vincent Torri 2012-11-07 05:41:08 +00:00
parent af05d9234a
commit c9cece3c2a
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ pkg_LTLIBRARIES = module.la
module_la_SOURCES = $(GL_X11_SOURCES)
module_la_LIBADD = @EVAS_GENERAL_LIBS@ @GL_EET_LIBS@ $(GL_X11_LIBADD) $(top_builddir)/src/lib/libevas.la @dlopen_libs@
module_la_LDFLAGS = -module -avoid-version
module_la_LDFLAGS = -no-undefined -module -avoid-version
module_la_LIBTOOLFLAGS = --tag=disable-static
else

View File

@ -360,7 +360,7 @@ evas_module_unregister(const Evas_Module_Api *module, Evas_Module_Type type)
# define EVAS_MODULE_NAME_IMAGE_LOADER "loader_%s.dll"
# define EVAS_MODULE_NAME_ENGINE "engine_%s.dll"
# define EVAS_MODULE_NAME_OBJECT "object_%s.dll"
#elif _WIN32
#elif defined(_WIN32) || defined(__CYGWIN__)
# define EVAS_MODULE_NAME_IMAGE_SAVER "module.dll"
# define EVAS_MODULE_NAME_IMAGE_LOADER "module.dll"
# define EVAS_MODULE_NAME_ENGINE "module.dll"