2023-12-11 17:54:54 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
dir=`dirname $0`
|
2024-12-11 19:18:43 +00:00
|
|
|
|
2024-12-12 11:06:17 +00:00
|
|
|
$dir/../tibia $dir/product.json,$dir/company.json $dir/../templates/api $dir/../out/api
|
|
|
|
|
2024-01-02 17:38:46 +00:00
|
|
|
$dir/../tibia $dir/product.json,$dir/company.json,$dir/vst3.json $dir/../templates/vst3 $dir/../out/vst3
|
2024-12-13 13:21:27 +00:00
|
|
|
$dir/../tibia $dir/product.json,$dir/company.json,$dir/vst3.json $dir/../templates/vst3-make $dir/../out/vst3
|
2024-05-21 06:50:28 +00:00
|
|
|
cp $dir/plugin.h $dir/plugin_ui.h $dir/../out/vst3/src
|
2024-12-13 13:21:27 +00:00
|
|
|
cp $dir/vars-pre.mk $dir/../out/vst3
|
2024-01-17 16:31:14 +00:00
|
|
|
|
2024-01-02 17:38:46 +00:00
|
|
|
$dir/../tibia $dir/product.json,$dir/company.json,$dir/lv2.json $dir/../templates/lv2 $dir/../out/lv2
|
2024-12-13 13:21:27 +00:00
|
|
|
$dir/../tibia $dir/product.json,$dir/company.json,$dir/lv2.json $dir/../templates/lv2-make $dir/../out/lv2
|
2024-05-21 06:50:28 +00:00
|
|
|
cp $dir/plugin.h $dir/plugin_ui.h $dir/../out/lv2/src
|
2024-12-13 13:21:27 +00:00
|
|
|
cp $dir/vars-pre.mk $dir/../out/lv2
|
2024-01-17 16:31:14 +00:00
|
|
|
|
|
|
|
$dir/../tibia $dir/product.json,$dir/company.json $dir/../templates/web $dir/../out/web
|
2024-12-13 13:21:27 +00:00
|
|
|
$dir/../tibia $dir/product.json,$dir/company.json $dir/../templates/web-make $dir/../out/web
|
2024-01-18 17:13:31 +00:00
|
|
|
$dir/../tibia $dir/product.json,$dir/company.json $dir/../templates/web-demo $dir/../out/web
|
2024-01-17 16:31:14 +00:00
|
|
|
cp $dir/plugin.h $dir/../out/web/src
|
2024-12-13 13:21:27 +00:00
|
|
|
cp $dir/vars-pre.mk $dir/vars-extra.mk $dir/rules-extra.mk $dir/../out/web
|
2024-01-23 08:22:00 +00:00
|
|
|
|
|
|
|
$dir/../tibia $dir/product.json,$dir/company.json,$dir/android.json $dir/../templates/android $dir/../out/android
|
2024-12-13 13:21:27 +00:00
|
|
|
$dir/../tibia $dir/product.json,$dir/company.json,$dir/android.json $dir/../templates/android-make $dir/../out/android
|
2024-01-23 08:22:00 +00:00
|
|
|
cp $dir/keystore.jks $dir/../out/android
|
2024-01-23 17:38:52 +00:00
|
|
|
cp $dir/plugin.h $dir/../out/android/src
|
2024-12-13 13:21:27 +00:00
|
|
|
cp $dir/vars-pre.mk $dir/../out/android
|
2024-01-24 11:08:49 +00:00
|
|
|
|
2024-02-05 15:33:06 +00:00
|
|
|
$dir/../tibia $dir/product.json,$dir/company.json,$dir/ios.json $dir/../templates/ios $dir/../out/ios
|
2024-12-13 13:21:27 +00:00
|
|
|
$dir/../tibia $dir/product.json,$dir/company.json,$dir/ios.json,$dir/ios-make.json $dir/../templates/ios-make $dir/../out/ios
|
2024-02-02 15:58:51 +00:00
|
|
|
cp $dir/plugin.h $dir/../out/ios/src
|
2024-12-13 13:21:27 +00:00
|
|
|
cp $dir/vars-pre.mk $dir/../out/ios
|
2024-02-02 15:58:51 +00:00
|
|
|
|
2024-07-02 15:36:20 +00:00
|
|
|
$dir/../tibia $dir/product.json,$dir/company.json $dir/../templates/cmd $dir/../out/cmd
|
2024-12-13 13:21:27 +00:00
|
|
|
$dir/../tibia $dir/product.json,$dir/company.json $dir/../templates/cmd-make $dir/../out/cmd
|
2024-01-24 11:08:49 +00:00
|
|
|
cp $dir/plugin.h $dir/../out/cmd/src
|
2024-12-13 13:21:27 +00:00
|
|
|
cp $dir/vars-pre.mk $dir/../out/cmd
|
2024-01-31 14:50:07 +00:00
|
|
|
|
|
|
|
$dir/../tibia $dir/product.json,$dir/company.json,$dir/daisy-seed.json $dir/../templates/daisy-seed $dir/../out/daisy-seed
|
2024-12-13 13:21:27 +00:00
|
|
|
$dir/../tibia $dir/product.json,$dir/company.json,$dir/daisy-seed.json $dir/../templates/daisy-seed-make $dir/../out/daisy-seed
|
2024-01-31 14:50:07 +00:00
|
|
|
cp $dir/plugin.h $dir/../out/daisy-seed/src
|
2024-12-13 13:21:27 +00:00
|
|
|
cp $dir/vars-pre.mk $dir/../out/daisy-seed
|