From 4686f8d95d64af1467ddbe4e289ade511441c835 Mon Sep 17 00:00:00 2001 From: Bowon Ryu Date: Tue, 28 Jun 2016 19:55:21 +0900 Subject: [PATCH] ethumb: disable a partial code complation on windows os. It occurs a crash on windows os compilation. Sorry, we have no idea so disabled it anyway, it doesn't necessary. Change-Id: I834e332e9a9f8c525bc3678daa53305536d555f7 --- data/Makefile.am | 3 +++ src/Makefile_Ethumb.am | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/data/Makefile.am b/data/Makefile.am index d30fced..44991f6 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -91,6 +91,8 @@ ethumbfilesdir = $(datadir)/ethumb ethumbfiles_DATA = ethumb/checkme EXTRA_DIST += $(ethumbfiles_DATA) +#TIZEN_ONLY(160628): We disable this because it occurs a crash on windows os. +if ! HAVE_WIN32 ethumbframesdir = $(datadir)/ethumb/frames ethumbframes_DATA = ethumb/frames/default.edj CLEANFILES += ethumb/frames/default.edj @@ -104,6 +106,7 @@ ethumb/frames/default.edj: ethumb/frames/default.edc EXTRA_DIST += \ ethumb/frames/default.edc \ ethumb/frames/border-0.jpg +endif ######################################################################## # Ethumb_Client diff --git a/src/Makefile_Ethumb.am b/src/Makefile_Ethumb.am index 2f4b7de..8b126ab 100644 --- a/src/Makefile_Ethumb.am +++ b/src/Makefile_Ethumb.am @@ -54,6 +54,8 @@ modules_ethumb_emotion_module_la_DEPENDENCIES = \ modules_ethumb_emotion_module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@ modules_ethumb_emotion_module_la_LIBTOOLFLAGS = --tag=disable-static +#TIZEN_ONLY(160628): We disable this because it occurs a crash on windows os. +if ! HAVE_WIN32 modules/ethumb/emotion/template.edj: modules/ethumb/emotion/template.edc modules/ethumb/emotion/placeholder.png bin/edje/edje_cc${EXEEXT} $(AM_V_EDJ) \ $(MKDIR_P) modules/ethumb/emotion; \ @@ -67,6 +69,8 @@ modules/ethumb/emotion/template.edc \ modules/ethumb/emotion/placeholder.png endif +endif + ### Binary -- 2.7.4