]> matita.cs.unibo.it Git - helm.git/commit
- added support for "-nodb" flag (still missing support for matitaclean which relies...
authorStefano Zacchiroli <zack@upsilon.cc>
Wed, 5 Oct 2005 09:12:23 +0000 (09:12 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Wed, 5 Oct 2005 09:12:23 +0000 (09:12 +0000)
commitafe21e48aefe81db3ca150fac9a5bbfbc893fa59
tree6b418d2f0f5fe715a4e5f541fc2562ab65b6f157
parent5433a131a7ff29529747e58c68dbf258d696e55b
- added support for "-nodb" flag (still missing support for matitaclean which relies on the db)
- centralized parsing of cmdline options in matitaInit. All top level programs which need to parse cmdline will now invoke either MatitaInit.parse_cmdline or MatitaInit.initialize_all and then refer to the relevant keys in the registry
- changed dependencies on hMySql since now it is in a separate library
12 files changed:
helm/matita/Makefile.in
helm/matita/configure.ac
helm/matita/matita.ml
helm/matita/matitaGui.ml
helm/matita/matitaInit.ml
helm/matita/matitaInit.mli
helm/matita/matitaMathView.ml
helm/matita/matitacLib.ml
helm/matita/matitaclean.ml
helm/matita/matitacleanLib.ml
helm/matita/matitadep.ml
helm/matita/matitamake.ml