2012-06-20 Kim Shinwoo
* Add edje_object_access_part_list_get and acess flags in edc file.
+
+2012-05-21 Carsten Haitzler (The Rasterman)
+
+ * Improve edje_cc slightly to use prefix for full path to
+ embryo_cc. this still like before requires embryo and edje to share
+ the same install prefix for edje_cc to work.
+
sc->ef = ef;
sc->cd = cd;
sc->i = i;
- // XXX: from here
snprintf(sc->tmpn, PATH_MAX, "%s/edje_cc.sma-tmp-XXXXXX", tmp_dir);
sc->tmpn_fd = mkstemp(sc->tmpn);
if (sc->tmpn_fd < 0)
"compilation.\n", sc->tmpn);
}
create_script_file(ef, sc->tmpn, cd, sc->tmpn_fd);
- // XXX; to here -> can make set of threads that report back and then
- // spawn
snprintf(buf, sizeof(buf),
- "embryo_cc -i %s/include -o %s %s",
- eina_prefix_data_get(pfx), sc->tmpo, sc->tmpn);
+ "%s/embryo_cc -i %s/include -o %s %s",
+ eina_prefix_bin_get(pfx),
+ eina_prefix_data_get(pfx),
+ sc->tmpo, sc->tmpn);
pending_threads++;
sc->exe = ecore_exe_run(buf, sc);
ecore_event_handler_add(ECORE_EXE_EVENT_DEL,