ObjMatrix  Check-in [c2c2f03cd2]

Overview
Comment:Set soversion
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c2c2f03cd2c5fc130d744787f72b1e1a81b9f2cec334253de3985d3618e05c7a
User & Date: js on 2024-08-07 23:15:29
Other Links: manifest | tags
Context
2024-08-11
09:38
Update README.md check-in: e3f8911bbd user: js tags: trunk
2024-08-07
23:15
Set soversion check-in: c2c2f03cd2 user: js tags: trunk
20:34
Set b_asneeded=false to make ObjFWTLS work check-in: 7c5c1c07e2 user: js tags: trunk
Changes

Modified src/meson.build from [bebb51c90f] to [cfe1c7d789].

8
9
10
11
12
13
14

15
16
17
18
19
20
21
  'MTXSQLite3Storage.m',
)

objmatrix = library('objmatrix',
  sources + exceptions_sources,
  include_directories: incdir,
  dependencies: objfw_dep,

  install: true)

headers = ['MTXStorage.h', 'ObjMatrix.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
  'MTXSQLite3Storage.m',
)

objmatrix = library('objmatrix',
  sources + exceptions_sources,
  include_directories: incdir,
  dependencies: objfw_dep,
  soversion: '0.0.0',
  install: true)

headers = ['MTXStorage.h', 'ObjMatrix.h']
foreach source: sources + exceptions_sources
  headers += fs.replace_suffix(source.full_path(), '.h')
endforeach