From c9458897ebbb739d8db83c80e06512d8a612f743 Mon Sep 17 00:00:00 2001 From: danglassey Date: Wed, 14 Aug 2002 09:57:17 +0000 Subject: *** empty log message *** --- mods/eastons.mod | 3 +++ mods/mhc.mod | 3 +++ mods/vines.mod | 2 ++ mods/webster.mod | 3 +++ 4 files changed, 11 insertions(+) create mode 100644 mods/eastons.mod create mode 100644 mods/mhc.mod create mode 100644 mods/vines.mod create mode 100644 mods/webster.mod (limited to 'mods') diff --git a/mods/eastons.mod b/mods/eastons.mod new file mode 100644 index 0000000..4e3719d --- /dev/null +++ b/mods/eastons.mod @@ -0,0 +1,3 @@ + if (!stricmp(path, "Eastons.mod")) + swmod = new RawLD("../../../modules/lexdict/rawld/eastons/eastons", "Eastons BD", "Easton's Bible Dictionary"); + diff --git a/mods/mhc.mod b/mods/mhc.mod new file mode 100644 index 0000000..952b2cd --- /dev/null +++ b/mods/mhc.mod @@ -0,0 +1,3 @@ + if (!stricmp(path, "MHC.mod")) + swmod = new RawCom("../../../modules/comments/rawcom/mhc/", "MHC", "Matthew Henry's Commentary on the Whole Bible"); + diff --git a/mods/vines.mod b/mods/vines.mod new file mode 100644 index 0000000..d51682a --- /dev/null +++ b/mods/vines.mod @@ -0,0 +1,2 @@ + if (!stricmp(path, "Vines.mod")) + swmod = new RawLD("../../../modules/lexdict/rawld/vines/vines", "Vines BD", "Vine's Bible Dictionary"); diff --git a/mods/webster.mod b/mods/webster.mod new file mode 100644 index 0000000..87faad4 --- /dev/null +++ b/mods/webster.mod @@ -0,0 +1,3 @@ + if (!stricmp(path, "Webster.mod")) + swmod = new RawText("../../../modules/texts/rawtext/webster/", "Webster", "Webster Text"); + -- cgit