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 .
|
2022-08-23 11:21:48 +08:00
|
|
|
cp -rf ../tkc/tests/fscripts/* tests/fscripts
|
2023-03-03 16:56:04 +08:00
|
|
|
cp -f ../tkc/3rd/gtest/googletest/include/gtest/gtest_helper.h 3rd/gtest/googletest/include/gtest/gtest_helper.h
|
2021-12-02 09:32:06 +08:00
|
|
|
|
2023-07-27 21:45:43 +08:00
|
|
|
for f in tkc.h compressors platforms conf_io hal streams ubjson charset csv misc tkc xml debugger romfs
|
2021-12-02 09:32:06 +08:00
|
|
|
do
|
|
|
|
cp -rvf ../tkc/src/$f src
|
|
|
|
done
|
|
|
|
|
2022-07-20 07:48:39 +08:00
|
|
|
cp -rvf ../tkc/src/fscript_ext/*.* src/fscript_ext
|
|
|
|
|
2023-08-28 11:59:57 +08:00
|
|
|
git checkout scripts/compile_config.py
|