ObjPgSQL  Check-in [199ebef61a]

Overview
Comment:Set soversion
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 199ebef61a7daacba5a3896aee4291550f22162605ec1713e2c948ffc9da66dc
User & Date: js on 2024-08-07 20:21:37
Other Links: manifest | tags
Context
2024-08-11
09:22
Change license to unmodified ISC check-in: 31c5599df5 user: js tags: trunk
2024-08-07
20:21
Set soversion check-in: 199ebef61a user: js tags: trunk
19:57
Fix warnings check-in: 47585409b5 user: js tags: trunk
Changes

Modified src/meson.build from [4c2aa28375] to [8256687f74].

8
9
10
11
12
13
14

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

objpgsql = library('objpgsql',
  sources + exceptions_sources,
  include_directories: incdir,
  dependencies: [objfw_dep, libpq_dep],

  install: true)

headers = ['ObjPgSQL.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
  'PGResultRow.m',
)

objpgsql = library('objpgsql',
  sources + exceptions_sources,
  include_directories: incdir,
  dependencies: [objfw_dep, libpq_dep],
  soversion: '0.0',
  install: true)

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