diff options
author | Chris Little <chrislit@crosswire.org> | 2001-10-14 00:31:32 +0000 |
---|---|---|
committer | Chris Little <chrislit@crosswire.org> | 2001-10-14 00:31:32 +0000 |
commit | 750a14b701fdad9568e7d21eae3b63f7c67db4b0 (patch) | |
tree | f5afb48de55d5a571a5e8fc906bf665e73f4cad8 /Diaspora/Diaspora.cpp | |
parent | ab48de52d3a84891a89c5e66eca3de89569ab2ee (diff) | |
download | sword-tools-750a14b701fdad9568e7d21eae3b63f7c67db4b0.tar.gz |
fixed PBR section headings output
made each new run of the outputter recreate the SWMgr upon completion
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@10 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'Diaspora/Diaspora.cpp')
-rw-r--r-- | Diaspora/Diaspora.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Diaspora/Diaspora.cpp b/Diaspora/Diaspora.cpp index 74e063b..7fde538 100644 --- a/Diaspora/Diaspora.cpp +++ b/Diaspora/Diaspora.cpp @@ -1,3 +1,20 @@ +/* + * + * Copyright 2001 CrossWire Bible Society (http://www.crosswire.org) + * CrossWire Bible Society + * P. O. Box 2528 + * Tempe, AZ 85280-2528 + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation version 2. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + */ //--------------------------------------------------------------------------- #include <vcl.h> @@ -5,6 +22,7 @@ USERES("Diaspora.res"); USELIB("swordlib.lib"); USEFORM("Main.cpp", MainForm); +USEUNIT("thmlpbr.cpp"); //--------------------------------------------------------------------------- WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int) { |