Changeset fdfb24e in mainline for uspace/lib/c/meson.build
- Timestamp:
- 2023-10-27T17:53:21Z (13 months ago)
- Branches:
- master, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 55c5cb05
- Parents:
- 44e8541
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-27 17:38:24)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-27 17:53:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/meson.build
r44e8541 rfdfb24e 61 61 62 62 src += files( 63 'common/stdc/ctype.c', 63 64 'common/stdc/mem.c', 64 65 'common/stdc/bsearch.c', 65 66 'common/stdc/qsort.c', 66 67 'common/stdc/calloc.c', 68 'common/str.c', 69 'common/str_error.c', 70 'common/strtol.c', 67 71 68 72 'generic/libc.c', … … 75 79 'generic/context.c', 76 80 'generic/corecfg.c', 77 'generic/ctype.c',78 81 'generic/device/clock_dev.c', 79 82 'generic/device/hw_res.c', … … 91 94 'generic/ipc_test.c', 92 95 'generic/loc.c', 93 'generic/str.c',94 96 'generic/string.c', 95 'generic/str_error.c',96 'generic/strtol.c',97 97 'generic/l18n/langs.c', 98 98 'generic/pcb.c',
Note:
See TracChangeset
for help on using the changeset viewer.