back to web-demo/*extra.mk

This commit is contained in:
Stefano D'Angelo 2024-12-13 14:28:39 +01:00
parent 709a9b7fae
commit 37023ea65e
6 changed files with 3 additions and 5 deletions

View File

@ -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`);
}; };

View File

@ -1 +0,0 @@
include rules-extra-web-demo.mk

View File

@ -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

View File

@ -1 +0,0 @@
include vars-extra-web-demo.mk