From f52a74021512aace67f7ecba33ed130102f47533 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 29 May 2005 00:13:10 +0000 Subject: r7061: A ejs scripting client. This should allow javascript to be run in a command line environment instead of inside the web server. It doesn't work yet though, rather an exception is thrown when trying to call ejsDefineStringCFunction(). (This used to be commit 3444cd5429dfef5a67d5bf7818ae08e4e8cc5ccc) --- source4/scripting/config.mk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 source4/scripting/config.mk (limited to 'source4/scripting/config.mk') diff --git a/source4/scripting/config.mk b/source4/scripting/config.mk new file mode 100644 index 0000000000..31f7e6df9d --- /dev/null +++ b/source4/scripting/config.mk @@ -0,0 +1,8 @@ +####################### +# Start BINARY SMBSCRIPT +[BINARY::smbscript] +OBJ_FILES = \ + scripting/ejs/smbscript.o +REQUIRED_SUBSYSTEMS = EJS LIBBASIC +# End BINARY SMBSCRIPT +####################### -- cgit