Overview
Comment: | Set soversion |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3e0861a9349db083fc9dd4007529971b |
User & Date: | js on 2024-08-07 20:21:03 |
Other Links: | manifest | tags |
Context
2024-08-11
| ||
00:40 | Remove .fossil-settings check-in: 2a0ce70dc7 user: js tags: trunk | |
2024-08-07
| ||
20:21 | Set soversion check-in: 3e0861a934 user: js tags: trunk | |
2024-08-06
| ||
21:56 | Improve meson.build files check-in: da6b5c90d4 user: js tags: trunk | |
Changes
Modified src/meson.build from [d144a32045] to [5d051f5642].
︙ | ︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | ) objsqlite3 = library('objsqlite3', sources + exceptions_sources, include_directories: incdir, objc_args: ['-DSL3_PUBLIC_IVARS'], dependencies: [objfw_dep, sqlite3_dep], install: true) headers = ['ObjSQLite3.h'] foreach source: sources + exceptions_sources headers += fs.replace_suffix(source.full_path(), '.h') endforeach | > | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | ) objsqlite3 = library('objsqlite3', sources + exceptions_sources, include_directories: incdir, objc_args: ['-DSL3_PUBLIC_IVARS'], dependencies: [objfw_dep, sqlite3_dep], soversion: '0.0', install: true) headers = ['ObjSQLite3.h'] foreach source: sources + exceptions_sources headers += fs.replace_suffix(source.full_path(), '.h') endforeach |
︙ | ︙ |