mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 20:46:50 +03:00
Move WebIDL to be available for all binding types not just jsapi (spidermonkey)
Add conversion message display
This commit is contained in:
parent
881daebce2
commit
79e557bbe8
@ -21,7 +21,8 @@ define convert_jsapi_binding
|
||||
S_JSAPI_BINDING += $(2)
|
||||
|
||||
$(2): $(1)
|
||||
$(Q)nsgenbind -I javascript/jsapi/WebIDL/ -o $(2) $(1)
|
||||
$$(VQ)echo " GENBIND: $(1)"
|
||||
$(Q)nsgenbind -I javascript/WebIDL/ -o $(2) $(1)
|
||||
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user