From 14a70cd511a84230df5fa442e9a21d77ded31650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20=E2=80=98Touky=E2=80=99=20Huet?= Date: Sat, 28 Sep 2013 19:32:53 +0000 Subject: [PATCH] Added build-js & lol_shell.html, an equivalent to the base emscripten shell.html. --- build/build-js | 10 +++ src/platform/emscripten/lol_shell.html | 95 ++++++++++++++++++++++++++ 2 files changed, 105 insertions(+) create mode 100755 build/build-js create mode 100644 src/platform/emscripten/lol_shell.html diff --git a/build/build-js b/build/build-js new file mode 100755 index 00000000..f35558c4 --- /dev/null +++ b/build/build-js @@ -0,0 +1,10 @@ +#!/bin/sh + +# This can't hurt +make distclean + +set -e +./build/lol-build "$@" bootstrap web-js +./build/lol-build "$@" configure web-js +./build/lol-build "$@" build web-js + diff --git a/src/platform/emscripten/lol_shell.html b/src/platform/emscripten/lol_shell.html new file mode 100644 index 00000000..2900c21d --- /dev/null +++ b/src/platform/emscripten/lol_shell.html @@ -0,0 +1,95 @@ + + + + + + Emscripten-Generated Code + + + +
+
Downloading...
+
+ +
+
+ +
+
+
+ Resize canvas + Lock/hide mouse pointer +     + +
+ +
+ +
+ + + + +