mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
16 lines
477 B
Bash
Executable File
16 lines
477 B
Bash
Executable File
cp -rvf ../tkc/scripts/* scripts
|
|
cp -rfv ../tkc/tests/*test.cc tests
|
|
cp -rfv ../tkc/tests/fdb.cpp tests
|
|
cp -rfv ../tkc/tests/fscript_run.cpp tests
|
|
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
|
|
cp -rvf ../tkc/awtk_config_common.py .
|
|
|
|
for f in tkc.h compressors fscript_ext platforms conf_io hal streams ubjson charset csv misc tkc xml debugger
|
|
do
|
|
cp -rvf ../tkc/src/$f src
|
|
done
|
|
|
|
|