From ac286c4a95f280fb9546f80f0e256543faa8354a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 29 Oct 2012 20:09:29 +0000 Subject: add binding for window class --- Makefile.sources.javascript | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.sources.javascript') diff --git a/Makefile.sources.javascript b/Makefile.sources.javascript index 48cd1cff4..db63050cf 100644 --- a/Makefile.sources.javascript +++ b/Makefile.sources.javascript @@ -11,6 +11,7 @@ S_JSAPI_BINDING:= JSAPI_BINDING_htmldocument := javascript/jsapi/bindings/htmldocument.bnd +JSAPI_BINDING_window := javascript/jsapi/bindings/window.bnd # 1: input file # 2: output file @@ -27,8 +28,8 @@ endef # Javascript sources ifeq ($(NETSURF_USE_JS),YES) -S_JSAPI = window.c navigator.c console.c htmlelement.c -#htmldocument.c +S_JSAPI = navigator.c console.c htmlelement.c +#htmldocument.c window.c S_JAVASCRIPT += content.c jsapi.c $(addprefix jsapi/,$(S_JSAPI)) -- cgit v1.2.3