Created checker interface

This commit is contained in:
Thomas FORGIONE
2015-08-24 17:13:14 +02:00
parent 4dfd241064
commit 25d6d3a89a
6 changed files with 330 additions and 4 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 CoinViewer StarRating
all: L3D L3DP Socket Three Stats Bouncing Multisphere StreamingSimulator PrototypeReplay PrototypeInteractive Tutorial TestList CoinCreator CoinViewer CoinChecker StarRating
StarRating:
cp star-rating.min.js ../static/js/
@@ -99,6 +99,11 @@ CoinViewer:
--js l3d/apps/prototype/coin-viewer/main.js \
--js_output_file ../static/js/coinviewer.min.js
CoinChecker:
$(CLOSURE) $(OPT) \
--js l3d/apps/prototype/coin-checker/main.js \
--js_output_file ../static/js/coinchecker.min.js
PrototypeReplay:
$(CLOSURE) $(OPT) \
--js l3d/apps/prototype/ButtonManager.js \