jackdanielz pushed a commit to branch master.

http://git.enlightenment.org/tools/erigo.git/commit/?id=08892d2f91e30f39c0016befcf9096cc8170d256

commit 08892d2f91e30f39c0016befcf9096cc8170d256
Author: Daniel Zaoui <daniel.za...@samsung.com>
Date:   Thu Sep 3 12:31:28 2015 +0300

    Edje: include current project path when running edje_cc
---
 src/bin/gui/editor.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/bin/gui/editor.c b/src/bin/gui/editor.c
index 1599317..9282bc6 100644
--- a/src/bin/gui/editor.c
+++ b/src/bin/gui/editor.c
@@ -1431,6 +1431,10 @@ _edc_file_updated(void *data, Ecore_File_Monitor *em 
EINA_UNUSED, Ecore_File_Eve
               const char *edc_file = resource_edc_path_get(res);
 
               eina_strbuf_append_printf(strbuf, "edje_cc -fastcomp %s %s", 
edc_file, resource_value_get(res));
+              eina_strbuf_append_printf(strbuf, " -id %s", path);
+              eina_strbuf_append_printf(strbuf, " -sd %s", path);
+              eina_strbuf_append_printf(strbuf, " -fd %s", path);
+              eina_strbuf_append_printf(strbuf, " -dd %s", path);
               eina_strbuf_append_printf(strbuf, " -id %s/images", path);
               eina_strbuf_append_printf(strbuf, " -sd %s/sounds", path);
               eina_strbuf_append_printf(strbuf, " -fd %s/fonts", path);

-- 


Reply via email to