back to web-demo/*extra.mk
This commit is contained in:
parent
709a9b7fae
commit
37023ea65e
@ -23,6 +23,6 @@ var sep = path.sep;
|
|||||||
|
|
||||||
module.exports = function (data, api) {
|
module.exports = function (data, api) {
|
||||||
api.generateFileFromTemplateFile(`src${sep}index.html`, `src${sep}index.html`, data);
|
api.generateFileFromTemplateFile(`src${sep}index.html`, `src${sep}index.html`, data);
|
||||||
api.copyFile(`vars-extra-web-demo.mk`, `vars-extra-web-demo.mk`);
|
api.copyFile(`vars-extra.mk`, `vars-extra.mk`);
|
||||||
api.copyFile(`rules-extra-web-demo.mk`, `rules-extra-web-demo.mk`);
|
api.copyFile(`rules-extra.mk`, `rules-extra.mk`);
|
||||||
};
|
};
|
||||||
|
@ -1 +0,0 @@
|
|||||||
include rules-extra-web-demo.mk
|
|
@ -18,7 +18,7 @@ $dir/../tibia $dir/product.json,$dir/company.json $dir/../templates/web $dir/../
|
|||||||
$dir/../tibia $dir/product.json,$dir/company.json $dir/../templates/web-make $dir/../out/web
|
$dir/../tibia $dir/product.json,$dir/company.json $dir/../templates/web-make $dir/../out/web
|
||||||
$dir/../tibia $dir/product.json,$dir/company.json $dir/../templates/web-demo $dir/../out/web
|
$dir/../tibia $dir/product.json,$dir/company.json $dir/../templates/web-demo $dir/../out/web
|
||||||
cp $dir/plugin.h $dir/../out/web/src
|
cp $dir/plugin.h $dir/../out/web/src
|
||||||
cp $dir/vars-pre.mk $dir/vars-extra.mk $dir/rules-extra.mk $dir/../out/web
|
cp $dir/vars-pre.mk $dir/../out/web
|
||||||
|
|
||||||
$dir/../tibia $dir/product.json,$dir/company.json,$dir/android.json $dir/../templates/android $dir/../out/android
|
$dir/../tibia $dir/product.json,$dir/company.json,$dir/android.json $dir/../templates/android $dir/../out/android
|
||||||
$dir/../tibia $dir/product.json,$dir/company.json,$dir/android.json $dir/../templates/android-make $dir/../out/android
|
$dir/../tibia $dir/product.json,$dir/company.json,$dir/android.json $dir/../templates/android-make $dir/../out/android
|
||||||
|
@ -1 +0,0 @@
|
|||||||
include vars-extra-web-demo.mk
|
|
Loading…
Reference in New Issue
Block a user