awtk/sync_tkc.sh

16 lines
477 B
Bash
Raw Normal View History

2021-12-02 09:32:06 +08:00
cp -rvf ../tkc/scripts/* scripts
cp -rfv ../tkc/tests/*test.cc tests
2022-01-21 11:06:05 +08:00
cp -rfv ../tkc/tests/fdb.cpp tests
cp -rfv ../tkc/tests/fscript_run.cpp tests
2021-12-02 09:32:06 +08:00
cp -fv ../tkc/tools/dll_def_gen/* tools/dll_def_gen/.
cp -fv ../tkc/tools/idl_gen/* tools/idl_gen/.
rm -f tools/dll_def_gen/package-lock.json
2021-12-02 16:52:58 +08:00
cp -rvf ../tkc/awtk_config_common.py .
2021-12-02 09:32:06 +08:00
2022-01-16 18:15:14 +08:00
for f in tkc.h compressors fscript_ext platforms conf_io hal streams ubjson charset csv misc tkc xml debugger
2021-12-02 09:32:06 +08:00
do
cp -rvf ../tkc/src/$f src
done