Remove gmdb2

Split off the Gnome MDB file viewer into its own project:

    https://github.com/mdbtools/gmdb2

This simplifies the build process somewhat and lets us focus on the core
project. (For starters, no more -Wno-portability flag!)
This commit is contained in:
Evan Miller
2020-10-11 14:59:08 -04:00
parent 0be4321e9a
commit c19654ad40
69 changed files with 45 additions and 9911 deletions

View File

@@ -30,8 +30,8 @@ EXIT STATUS
mdb-header exits with error code 1 if there was anunsupported type.
SEE ALSO
gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1)
mdb-array(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1) mdb-import(1)
mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1) mdb-array(1)
mdb-parsecsv(1) mdb-schema(1) mdb-tables(1) mdb-import(1)
AUTHORS
The mdb-header utility was written by Brian Bruns.