[Webkit-unassigned] [Bug 16401] [GTK] GObject/C DOM binding
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 21 13:16:47 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=16401
------- Comment #6 from lkcl at lkcl.net 2008-08-21 13:16 PDT -------
if anyone's curious, the attachment for the generator script goes here:
WebCore/bindings/scripts/CodeGeneratorGObject.pm
and you add this:
DerivedSources/gdom%.h: DerivedSources/gdom%.cpp;
DerivedSources/gdom%.cpp: %.idl $(SCRIPTS_BINDINGS)
$(WebCore)/bindings/scripts/CodeGeneratorGObject.pm
$(PERL) -I$(WebCore)/bindings/scripts
$(WebCore)/bindings/scripts/generate-bindings.pl --include $(WebCore)/dom
--include $(WebCore)/html --include $(WebCore)/css --include $(WebCore)/page
--include $(WebCore)/xml --include $(WebCore)/svg --outputDir "$(GENSOURCES)"
--defines "$(FEATURE_DEFINES_JAVASCRIPT)" --generator GObject $<
to WebCore/GNUmakefile.am
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list