Added coin-viewer

This commit is contained in:
Thomas FORGIONE
2015-07-20 15:48:44 +02:00
parent df2d8b8083
commit 7409133857
7 changed files with 314 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ else
CLOSURE=../utils/simple-compiler/compiler.sh
endif
all: L3D L3DP Socket Three Stats Bouncing Multisphere StreamingSimulator PrototypeReplay PrototypeInteractive Tutorial TestList CoinCreator
all: L3D L3DP Socket Three Stats Bouncing Multisphere StreamingSimulator PrototypeReplay PrototypeInteractive Tutorial TestList CoinCreator CoinViewer
L3D:
$(CLOSURE) $(OPT) \
@@ -90,6 +90,11 @@ CoinCreator:
--js l3d/apps/prototype/coin-creator/main.js \
--js_output_file ../static/js/coincreator.min.js
CoinViewer:
$(CLOSURE) $(OPT) \
--js l3d/apps/prototype/coin-viewer/main.js \
--js_output_file ../static/js/coinviewer.min.js
PrototypeReplay:
$(CLOSURE) $(OPT) \
--js l3d/apps/prototype/ButtonManager.js \