Differences From Artifact [c0c95e2704]:
- File
src/meson.build
— part of check-in
[77c26b4fce]
at
2024-08-11 18:00:52
on branch trunk
— Change prefix to PGSQL
Two letter prefixes are too risky to cause collisions. (user: js, size: 481) [annotate] [blame] [check-ins using]
To Artifact [0f845e1b24]:
- File src/meson.build — part of check-in [33735ae0cd] at 2024-08-11 18:01:50 on branch trunk — Set version to 1.0 (user: js, size: 483) [annotate] [blame] [check-ins using]
︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | - + | 'PGSQLResultRow.m', ) objpgsql = library('objpgsql', sources + exceptions_sources, include_directories: incdir, dependencies: [objfw_dep, libpq_dep], |
︙ |