This library contains code that extends and simplifies different operations
for C language based programs.
Revisión | 29674bbe888d4c8a7ce9aff6b80c1109ad66e5c3 (tree) |
---|---|
Tiempo | 2023-02-26 05:13:13 |
Autor | Sergey Gusarov <laborer2008@gmai...> |
Commiter | Sergey Gusarov |
Adoptation to pyrepo change
@@ -1,4 +1,4 @@ | ||
1 | 1 | a799a417ac6770fd96892416bc7148144ea600f6 cmake/cmake_tools |
2 | 2 | 5013d507802becd2c434d4dbdafad45c3da5ef23 include/ctools/std/msinttypes |
3 | -0556a9e3eb8cef3262acbd7be988447b41b14215 pyrepo | |
3 | +c99ed6de035765057f05a5b8a3bcd23d47256b0c pyrepo | |
4 | 4 | 0b899aec14d3a9abb2bf260ac355f0f28630a6a3 tests/unity |
@@ -90,10 +90,6 @@ | ||
90 | 90 | file(GLOB_RECURSE INC3 build_info/include/*.h) |
91 | 91 | |
92 | 92 | if (WIN32) |
93 | - execute_process(COMMAND ${CMT_PYTHON_BINARY} ${CMAKE_CURRENT_LIST_DIR}/pyrepo/gen_build_info.py | |
94 | - "CT" ${CMAKE_CURRENT_LIST_DIR}/build_info | |
95 | - ) | |
96 | - | |
97 | 93 | set(RC_INCLUDE "${CMAKE_CURRENT_SOURCE_DIR}/build_info") |
98 | 94 | set(RC_FILES "${RC_INCLUDE}/file_property.rc") |
99 | 95 |
@@ -26,8 +26,6 @@ | ||
26 | 26 | fsys.removeFile(os.path.join(parentDir, 'build_info', 'include', 'ctools', 'version_info.h')) |
27 | 27 | |
28 | 28 | fsys.removeFile(os.path.join(parentDir, 'build_info', 'file_property.rc')) |
29 | - fsys.removeFile(os.path.join(parentDir, 'build_info', 'file_property_app.rc')) | |
30 | - | |
31 | 29 | fsys.removeFile(os.path.join(parentDir, 'include', 'ctools', 'trace_bcc.h')) |
32 | 30 | fsys.cleanDir(os.path.join(parentDir, 'build', 'runners')) |
33 | 31 |