move target hxmls away from root
Diff
build-js.hxml | 9 ---------
build-jvm.hxml | 7 -------
build-nodejs.hxml | 10 ----------
php.hxml | 10 ----------
_scripts/build.sh | 8 ++++++--
_targets/browser.hxml | 8 ++++++++
_targets/jvm.hxml | 6 ++++++
_targets/nodejs.hxml | 10 ++++++++++
_targets/php.hxml | 10 ++++++++++
9 files changed, 40 insertions(+), 38 deletions(-)
@@ -1,9 +1,0 @@
-cp src
eci.EpicQR
-L crypto
-w -WDeprecatedEnumAbstract
-js bin/lib.js
--dce full
--macro keep('eci.EpicQR')
--macro keep('eci.Result')
--verbose
@@ -1,7 +1,0 @@
-cp src
eci.EpicQR
-L crypto
-w -WDeprecatedEnumAbstract
# -js bin/lib.js
--java src/
-D source-map
@@ -1,10 +1,0 @@
-cp src
-L crypto
-L hxnodejs
-w -WDeprecatedEnumAbstract
-js src/eci/epic.js
--dce full
--macro keep('eci.EpicQR')
--macro keep('eci.Result')
-D js-es=6
eci.EpicQR
@@ -1,10 +1,0 @@
-cp src
-w -WDeprecatedEnumAbstract
-php .
--dce full
--macro keep('eci.EpicQR')
--macro keep('eci.Result')
-D analyzer_optimize
-D real-position
-D php-lib=src
eci.EpicQR
@@ -1,13 +1,17 @@
rm -f haxe-build.zip
zip -r haxe-build.zip src LICENSE *.md *.json *.hxml
javac -cp src src/eci/*.java -d build/
jar -cf epicqr-release.jar build/*
haxe php.hxml
haxe _targets/php.hxml
sed -i '/^use/d' src/eci/*.php
sed -i '/^Boot::/d' src/eci/*.php
sed -i '/^Boot::/d' src/eci/*.php
haxe _targets/nodejs.hxml
@@ -1,0 +1,8 @@
-cp src
eci.EpicQR
-L crypto
-w -WDeprecatedEnumAbstract
-js src/lib.js
--dce full
--macro keep('eci.EpicQR')
--macro keep('eci.Result')
@@ -1,0 +1,6 @@
-cp src
eci.EpicQR
-L crypto
-w -WDeprecatedEnumAbstract
--java src/
-D source-map
@@ -1,0 +1,10 @@
-cp src
-L crypto
-L hxnodejs
-w -WDeprecatedEnumAbstract
-js src/eci/epic.js
--dce full
--macro keep('eci.EpicQR')
--macro keep('eci.Result')
-D js-es=6
eci.EpicQR
@@ -1,0 +1,10 @@
-cp src
-w -WDeprecatedEnumAbstract
-php .
--dce full
--macro keep('eci.EpicQR')
--macro keep('eci.Result')
-D analyzer_optimize
-D real-position
-D php-lib=src
eci.EpicQR