[Webkit-unassigned] [Bug 63966] [EFL] Add url bar to EWebLauncher.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 18 05:29:23 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=63966





--- Comment #23 from Hyerim Bae <hyerim.bae at samsung.com>  2011-07-18 05:29:22 PST ---
(In reply to comment #22)
> (In reply to comment #21)
> > (In reply to comment #20)
> > > > Tools/CMakeListsEfl.txt:65
> > > > +ADD_CUSTOM_TARGET(entry.edj
> > > This target name still rubs me in a wrong way. What if you do what Source/WebKit/efl/CMakeListsEfl.txt does and use ADD_CUSTOM_COMMAND with the proper dependencies instead of using this? If it doesn't work, please use a more specific name, such as "Programs/EWebLauncher_theme".
> > 
> > I failed to use ADD_CUSTOM_COMMAND, so I may use the ADD_CUSTOM_TARGET. The target name can't have slash(/), how about "EWEbLauncher_entry_theme" instead ?
> In the worst case, yes, but I'd appreciate if you could describe what problems you had with ADD_CUSTOM_COMMAND first.

I tried to use ADD_CUSTOM_COMMAND like below instead of ADD_CUSTOM_TARGET.
However, the entry.edc can't be compiled at all. Do you know what's the reason?
It's a troublesome problem that I have.

ADD_CUSTOM_COMMAND(
  OUTPUT ${ENTRY_EDJ_PATH}
  COMMAND ${EDJE_CC_EXECUTABLE} -v -id ${TOOLS_DIR}/EWebLauncher/entry.edc ${ENTRY_EDJ_PATH}
  DEPENDS
     ${TOOLS_DIR}/EWebLauncher/entry.edc
  VERBATIM
)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list