Move WebIDL to be available for all binding types not just jsapi (spidermonkey)

Add conversion message display
This commit is contained in:
Vincent Sanders 2012-10-30 13:49:02 +00:00
parent 881daebce2
commit 79e557bbe8
4 changed files with 2 additions and 1 deletions

View File

@ -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