From: jordan@hack_attack Date: Fri, 1 Jul 2016 00:19:19 +0000 (-0700) Subject: added preliminary html and js for authorization X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fwebcc.git;a=commitdiff_plain;h=50c7f361606cc88fabcdb5de3d6a5c44d0006bfa;hp=ec1f96a64113718cb72364ee1df3522a1623e69e added preliminary html and js for authorization --- diff --git a/src/Makefile b/src/Makefile index 2fb24c9..f91e8f4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -13,9 +13,9 @@ SCRUB_RULES := ifdef EMSCRIPTEN_TOOLS #Emscripten build environment APP_RULES += move -HTML := index.html js/the_march.config.js +HTML := index.html js/the_march.config.js js/auth.js CC := emcc -EXPORTS := '_em_main' +EXPORTS := '_em_main', 'encrypt_password' EMOPTS := --verbose --separate-asm -s ALLOW_MEMORY_GROWTH=1 -s FORCE_FILESYSTEM=1 --pre-js html/js/pre.js LIBS += -s USE_SDL=2 -s USE_SDL_TTF=2 -s USE_SDL_IMAGE=2 -s SDL2_IMAGE_FORMATS='["png"]' EXEPATH := ../dist/bin/jasm/js