Files
mercury/extras/odbc
Julien Fischer 133d040411 Use a different library name for the ODBC binding.
When building the ODBC binding as a library, name it libmercury_odbc, rather
than libodbc; unixODBC uses the former name, which is at the very least
confusing and appears to the source of linker errors on some platforms.

extras/odbc/mercury_odbc.m:
    An empty module importing odbc, that is used to force the library
    name to be libmercury_odbc instead of libodbc.

extras/odbc/Mmakefile:
    Do not warn about the module we use force the library name not exporting
    anything.

    Delete a workaround for really old versions of GCC.
2022-01-17 14:12:51 +11:00
..
2014-11-06 22:33:48 +11:00
2020-09-17 07:18:03 +10:00