From 03134fa5f6f25d92724ce4c183f9bbe12a9e37dc Mon Sep 17 00:00:00 2001 From: "Roberto C. Sanchez" Date: Sat, 29 Mar 2014 10:53:59 -0400 Subject: Imported Upstream version 1.5.11 --- utilities/bcppmake/Makefile.am | 37 ++++ utilities/bcppmake/cipherraw.bdsproj | 322 +++++++++++++++++++++++++++++++++ utilities/bcppmake/cipherraw.bpf | 11 ++ utilities/bcppmake/cipherraw.bpr | 124 +++++++++++++ utilities/bcppmake/diatheke.bdsproj | 306 +++++++++++++++++++++++++++++++ utilities/bcppmake/diatheke.bpf | 17 ++ utilities/bcppmake/diatheke.bpr | 120 +++++++++++++ utilities/bcppmake/imp2gbs.bdsproj | 323 +++++++++++++++++++++++++++++++++ utilities/bcppmake/imp2gbs.bpf | 11 ++ utilities/bcppmake/imp2gbs.bpr | 130 ++++++++++++++ utilities/bcppmake/imp2ld.bdsproj | 314 ++++++++++++++++++++++++++++++++ utilities/bcppmake/imp2ld.bpf | 11 ++ utilities/bcppmake/imp2ld.bpr | 128 +++++++++++++ utilities/bcppmake/imp2vs.bdsproj | 314 ++++++++++++++++++++++++++++++++ utilities/bcppmake/imp2vs.bpf | 11 ++ utilities/bcppmake/imp2vs.bpr | 128 +++++++++++++ utilities/bcppmake/installmgr.bdsproj | 327 ++++++++++++++++++++++++++++++++++ utilities/bcppmake/installmgr.bpf | 12 ++ utilities/bcppmake/installmgr.bpr | 124 +++++++++++++ utilities/bcppmake/libsword.bpf | 118 ++++++++++++ utilities/bcppmake/libsword.bpr | 204 +++++++++++++++++++++ utilities/bcppmake/mkfastmod.bdsproj | 320 +++++++++++++++++++++++++++++++++ utilities/bcppmake/mkfastmod.bpf | 11 ++ utilities/bcppmake/mkfastmod.bpr | 125 +++++++++++++ utilities/bcppmake/mod2imp.bdsproj | 311 ++++++++++++++++++++++++++++++++ utilities/bcppmake/mod2imp.bpf | 11 ++ utilities/bcppmake/mod2imp.bpr | 123 +++++++++++++ utilities/bcppmake/mod2osis.bdsproj | 296 ++++++++++++++++++++++++++++++ utilities/bcppmake/mod2osis.bpf | 11 ++ utilities/bcppmake/mod2osis.bpr | 122 +++++++++++++ utilities/bcppmake/mod2vpl.bdsproj | 311 ++++++++++++++++++++++++++++++++ utilities/bcppmake/mod2vpl.bpf | 11 ++ utilities/bcppmake/mod2vpl.bpr | 123 +++++++++++++ utilities/bcppmake/mod2zmod.bdsproj | 318 +++++++++++++++++++++++++++++++++ utilities/bcppmake/mod2zmod.bpf | 11 ++ utilities/bcppmake/mod2zmod.bpr | 126 +++++++++++++ utilities/bcppmake/osis2mod.bdsproj | 306 +++++++++++++++++++++++++++++++ utilities/bcppmake/osis2mod.bpf | 11 ++ utilities/bcppmake/osis2mod.bpr | 123 +++++++++++++ utilities/bcppmake/step2vpl.bdsproj | 311 ++++++++++++++++++++++++++++++++ utilities/bcppmake/step2vpl.bpf | 11 ++ utilities/bcppmake/step2vpl.bpr | 123 +++++++++++++ utilities/bcppmake/stepdump.bdsproj | 311 ++++++++++++++++++++++++++++++++ utilities/bcppmake/stepdump.bpf | 11 ++ utilities/bcppmake/stepdump.bpr | 123 +++++++++++++ utilities/bcppmake/tei2mod.bpf | 11 ++ utilities/bcppmake/tei2mod.bpr | 123 +++++++++++++ utilities/bcppmake/utilities.bdsgroup | 40 +++++ utilities/bcppmake/utilities.bpg | 113 ++++++++++++ utilities/bcppmake/vpl2mod.bdsproj | 311 ++++++++++++++++++++++++++++++++ utilities/bcppmake/vpl2mod.bpf | 11 ++ utilities/bcppmake/vpl2mod.bpr | 123 +++++++++++++ utilities/bcppmake/vs2osisref.bdsproj | 296 ++++++++++++++++++++++++++++++ utilities/bcppmake/vs2osisref.bpf | 11 ++ utilities/bcppmake/vs2osisref.bpr | 122 +++++++++++++ utilities/bcppmake/xml2gbs.bdsproj | 319 +++++++++++++++++++++++++++++++++ utilities/bcppmake/xml2gbs.bpf | 11 ++ utilities/bcppmake/xml2gbs.bpr | 124 +++++++++++++ 58 files changed, 8267 insertions(+) create mode 100644 utilities/bcppmake/Makefile.am create mode 100644 utilities/bcppmake/cipherraw.bdsproj create mode 100644 utilities/bcppmake/cipherraw.bpf create mode 100644 utilities/bcppmake/cipherraw.bpr create mode 100644 utilities/bcppmake/diatheke.bdsproj create mode 100644 utilities/bcppmake/diatheke.bpf create mode 100644 utilities/bcppmake/diatheke.bpr create mode 100644 utilities/bcppmake/imp2gbs.bdsproj create mode 100644 utilities/bcppmake/imp2gbs.bpf create mode 100644 utilities/bcppmake/imp2gbs.bpr create mode 100644 utilities/bcppmake/imp2ld.bdsproj create mode 100644 utilities/bcppmake/imp2ld.bpf create mode 100644 utilities/bcppmake/imp2ld.bpr create mode 100644 utilities/bcppmake/imp2vs.bdsproj create mode 100644 utilities/bcppmake/imp2vs.bpf create mode 100644 utilities/bcppmake/imp2vs.bpr create mode 100644 utilities/bcppmake/installmgr.bdsproj create mode 100644 utilities/bcppmake/installmgr.bpf create mode 100644 utilities/bcppmake/installmgr.bpr create mode 100644 utilities/bcppmake/libsword.bpf create mode 100644 utilities/bcppmake/libsword.bpr create mode 100644 utilities/bcppmake/mkfastmod.bdsproj create mode 100644 utilities/bcppmake/mkfastmod.bpf create mode 100644 utilities/bcppmake/mkfastmod.bpr create mode 100644 utilities/bcppmake/mod2imp.bdsproj create mode 100644 utilities/bcppmake/mod2imp.bpf create mode 100644 utilities/bcppmake/mod2imp.bpr create mode 100644 utilities/bcppmake/mod2osis.bdsproj create mode 100644 utilities/bcppmake/mod2osis.bpf create mode 100644 utilities/bcppmake/mod2osis.bpr create mode 100644 utilities/bcppmake/mod2vpl.bdsproj create mode 100644 utilities/bcppmake/mod2vpl.bpf create mode 100644 utilities/bcppmake/mod2vpl.bpr create mode 100644 utilities/bcppmake/mod2zmod.bdsproj create mode 100644 utilities/bcppmake/mod2zmod.bpf create mode 100644 utilities/bcppmake/mod2zmod.bpr create mode 100644 utilities/bcppmake/osis2mod.bdsproj create mode 100644 utilities/bcppmake/osis2mod.bpf create mode 100644 utilities/bcppmake/osis2mod.bpr create mode 100644 utilities/bcppmake/step2vpl.bdsproj create mode 100644 utilities/bcppmake/step2vpl.bpf create mode 100644 utilities/bcppmake/step2vpl.bpr create mode 100644 utilities/bcppmake/stepdump.bdsproj create mode 100644 utilities/bcppmake/stepdump.bpf create mode 100644 utilities/bcppmake/stepdump.bpr create mode 100644 utilities/bcppmake/tei2mod.bpf create mode 100644 utilities/bcppmake/tei2mod.bpr create mode 100644 utilities/bcppmake/utilities.bdsgroup create mode 100644 utilities/bcppmake/utilities.bpg create mode 100644 utilities/bcppmake/vpl2mod.bdsproj create mode 100644 utilities/bcppmake/vpl2mod.bpf create mode 100644 utilities/bcppmake/vpl2mod.bpr create mode 100644 utilities/bcppmake/vs2osisref.bdsproj create mode 100644 utilities/bcppmake/vs2osisref.bpf create mode 100644 utilities/bcppmake/vs2osisref.bpr create mode 100644 utilities/bcppmake/xml2gbs.bdsproj create mode 100644 utilities/bcppmake/xml2gbs.bpf create mode 100644 utilities/bcppmake/xml2gbs.bpr (limited to 'utilities/bcppmake') diff --git a/utilities/bcppmake/Makefile.am b/utilities/bcppmake/Makefile.am new file mode 100644 index 0000000..91c34d4 --- /dev/null +++ b/utilities/bcppmake/Makefile.am @@ -0,0 +1,37 @@ +swbcppmakedir = $(top_srcdir)/utilities/bcppmake + +EXTRA_DIST += $(swbcppmakedir)/imp2ld.bpf +EXTRA_DIST += $(swbcppmakedir)/mod2imp.bpf +EXTRA_DIST += $(swbcppmakedir)/osis2mod.bpf +EXTRA_DIST += $(swbcppmakedir)/utilities.bpg +EXTRA_DIST += $(swbcppmakedir)/imp2ld.bpr +EXTRA_DIST += $(swbcppmakedir)/mod2imp.bpr +EXTRA_DIST += $(swbcppmakedir)/osis2mod.bpr +EXTRA_DIST += $(swbcppmakedir)/vpl2mod.bpf +EXTRA_DIST += $(swbcppmakedir)/cipherraw.bpf +EXTRA_DIST += $(swbcppmakedir)/imp2vs.bpf +EXTRA_DIST += $(swbcppmakedir)/mod2osis.bpf +EXTRA_DIST += $(swbcppmakedir)/step2vpl.bpf +EXTRA_DIST += $(swbcppmakedir)/vpl2mod.bpr +EXTRA_DIST += $(swbcppmakedir)/cipherraw.bpr +EXTRA_DIST += $(swbcppmakedir)/imp2vs.bpr +EXTRA_DIST += $(swbcppmakedir)/mod2osis.bpr +EXTRA_DIST += $(swbcppmakedir)/step2vpl.bpr +EXTRA_DIST += $(swbcppmakedir)/vs2osisref.bpf +EXTRA_DIST += $(swbcppmakedir)/diatheke.bpf +EXTRA_DIST += $(swbcppmakedir)/libsword.bpf +EXTRA_DIST += $(swbcppmakedir)/mod2vpl.bpf +EXTRA_DIST += $(swbcppmakedir)/stepdump.bpf +EXTRA_DIST += $(swbcppmakedir)/vs2osisref.bpr +EXTRA_DIST += $(swbcppmakedir)/diatheke.bpr +EXTRA_DIST += $(swbcppmakedir)/libsword.bpr +EXTRA_DIST += $(swbcppmakedir)/mod2vpl.bpr +EXTRA_DIST += $(swbcppmakedir)/stepdump.bpr +EXTRA_DIST += $(swbcppmakedir)/xml2gbs.bpf +EXTRA_DIST += $(swbcppmakedir)/imp2gbs.bpf +EXTRA_DIST += $(swbcppmakedir)/mkfastmod.bpf +EXTRA_DIST += $(swbcppmakedir)/mod2zmod.bpf +EXTRA_DIST += $(swbcppmakedir)/xml2gbs.bpr +EXTRA_DIST += $(swbcppmakedir)/imp2gbs.bpr +EXTRA_DIST += $(swbcppmakedir)/mkfastmod.bpr +EXTRA_DIST += $(swbcppmakedir)/mod2zmod.bpr diff --git a/utilities/bcppmake/cipherraw.bdsproj b/utilities/bcppmake/cipherraw.bdsproj new file mode 100644 index 0000000..b36d5e5 --- /dev/null +++ b/utilities/bcppmake/cipherraw.bdsproj @@ -0,0 +1,322 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + 4 + ..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + + + 5 + ..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..\;..;$(BCB)\lib\obj;$(BCB)\lib + ..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + ..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + + + 1 + $(BCB)\source\vcl + + + 3 + _ICU_;_ICUSWORD_;USBINARY + _ICU_;_ICUSWORD_ + _DEBUG + + + $(BCB)\source\vcl + + + + + False + + + + + + + False + + False + + True + False + + + + $00000000 + + + + + + + + + + + cipherraw.bpf + + + diff --git a/utilities/bcppmake/cipherraw.bpf b/utilities/bcppmake/cipherraw.bpf new file mode 100644 index 0000000..5d0b116 --- /dev/null +++ b/utilities/bcppmake/cipherraw.bpf @@ -0,0 +1,11 @@ +USEUNIT("..\cipherraw.cpp"); +USELIB("..\..\..\icu-sword\as_is\borland\icuin.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icudatab.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icuuc.lib"); +USELIB("..\..\lib\libsword.lib"); +USELIB("..\..\..\biblecs\clucene\clucene.lib"); +//--------------------------------------------------------------------------- +This file is used by the project manager only and should be treated like the project file + + +main \ No newline at end of file diff --git a/utilities/bcppmake/cipherraw.bpr b/utilities/bcppmake/cipherraw.bpr new file mode 100644 index 0000000..6a089de --- /dev/null +++ b/utilities/bcppmake/cipherraw.bpr @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=0 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=4 +Item0=..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item1=..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item2=..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item3=..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=5 +Item0=..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item1=..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item2=..\;..;$(BCB)\lib\obj;$(BCB)\lib +Item3=..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib +Item4=..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=3 +Item0=_ICU_;_ICUSWORD_;USBINARY +Item1=_ICU_;_ICUSWORD_ +Item2=_DEBUG + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams= +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=0 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + \ No newline at end of file diff --git a/utilities/bcppmake/diatheke.bdsproj b/utilities/bcppmake/diatheke.bdsproj new file mode 100644 index 0000000..18546e6 --- /dev/null +++ b/utilities/bcppmake/diatheke.bdsproj @@ -0,0 +1,306 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + 3 + ..\diatheke;$(BCB)\include;$(BCB)\include\vcl;..\..\include + ..\diatheke;$(BCB)\include;$(BCB)\include\vcl;..\..\include\ + ..\diatheke;$(BCB)\include;$(BCB)\include\vcl + + + 2 + ..\diatheke;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..\diatheke;$(BCB)\lib\obj;$(BCB)\lib + + + 1 + $(BCB)\source\vcl + + + 1 + _DEBUG + + + $(BCB)\source\vcl + + + + + False + + + + + + + False + + False + + True + False + + + + $00000000 + + + + + + + + + + + diatheke.bpf + + + diff --git a/utilities/bcppmake/diatheke.bpf b/utilities/bcppmake/diatheke.bpf new file mode 100644 index 0000000..c17d73c --- /dev/null +++ b/utilities/bcppmake/diatheke.bpf @@ -0,0 +1,17 @@ +USEUNIT("..\diatheke\diatheke.cpp"); +USEUNIT("..\diatheke\thmlcgi.cpp"); +USEUNIT("..\diatheke\corediatheke.cpp"); +USEUNIT("..\diatheke\diafiltmgr.cpp"); +USEUNIT("..\diatheke\diathekemgr.cpp"); +USEUNIT("..\diatheke\gbfcgi.cpp"); +USELIB("..\..\lib\libsword.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icuin.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icuuc.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icudatab.lib"); +USEUNIT("..\diatheke\osiscgi.cpp"); +USELIB("..\..\..\biblecs\clucene\clucene.lib"); +//--------------------------------------------------------------------------- +This file is used by the project manager only and should be treated like the project file + + +main \ No newline at end of file diff --git a/utilities/bcppmake/diatheke.bpr b/utilities/bcppmake/diatheke.bpr new file mode 100644 index 0000000..bd8ad36 --- /dev/null +++ b/utilities/bcppmake/diatheke.bpr @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=0 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=3 +Item0=..\diatheke;$(BCB)\include;$(BCB)\include\vcl;..\..\include +Item1=..\diatheke;$(BCB)\include;$(BCB)\include\vcl;..\..\include\ +Item2=..\diatheke;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=2 +Item0=..\diatheke;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item1=..\diatheke;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=1 +Item0=_DEBUG + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams= +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=0 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + \ No newline at end of file diff --git a/utilities/bcppmake/imp2gbs.bdsproj b/utilities/bcppmake/imp2gbs.bdsproj new file mode 100644 index 0000000..0db98c5 --- /dev/null +++ b/utilities/bcppmake/imp2gbs.bdsproj @@ -0,0 +1,323 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + 4 + ..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + + + 5 + ..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..\;..;$(BCB)\lib\obj;$(BCB)\lib + ..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + ..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + + + 1 + $(BCB)\source\vcl + + + 2 + _ICU_;_ICUSWORD_ + _DEBUG + + + $(BCB)\source\vcl + + + + + False + + + + + + + False + + False + + True + False + + + + $00000000 + + + + + + + + + + + imp2gbs.bpf + + + diff --git a/utilities/bcppmake/imp2gbs.bpf b/utilities/bcppmake/imp2gbs.bpf new file mode 100644 index 0000000..9bd2a3f --- /dev/null +++ b/utilities/bcppmake/imp2gbs.bpf @@ -0,0 +1,11 @@ +USEUNIT("..\imp2gbs.cpp"); +USELIB("..\..\..\icu-sword\as_is\borland\icuin.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icudatab.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icuuc.lib"); +USELIB("..\..\lib\libsword.lib"); +USELIB("..\..\..\biblecs\clucene\clucene.lib"); +//--------------------------------------------------------------------------- +This file is used by the project manager only and should be treated like the project file + + +main \ No newline at end of file diff --git a/utilities/bcppmake/imp2gbs.bpr b/utilities/bcppmake/imp2gbs.bpr new file mode 100644 index 0000000..089b6ad --- /dev/null +++ b/utilities/bcppmake/imp2gbs.bpr @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=0 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=5 +Item0=..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl;..\..\..\icu-sword\source\i18n;..\..\..\icu-sword\source\common +Item1=..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item2=..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item3=..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item4=..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=5 +Item0=..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item1=..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item2=..\;..;$(BCB)\lib\obj;$(BCB)\lib +Item3=..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib +Item4=..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=2 +Item0=_ICU_;_ICUSWORD_ +Item1=_DEBUG + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams= +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=0 + +[CORBA] +AddServerUnit=1 +AddClientUnit=1 +PrecompiledHeaders=1 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + \ No newline at end of file diff --git a/utilities/bcppmake/imp2ld.bdsproj b/utilities/bcppmake/imp2ld.bdsproj new file mode 100644 index 0000000..b02285d --- /dev/null +++ b/utilities/bcppmake/imp2ld.bdsproj @@ -0,0 +1,314 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + 4 + ..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + + + 5 + ..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..\;..;$(BCB)\lib\obj;$(BCB)\lib + ..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + ..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + + + 1 + $(BCB)\source\vcl + + + 2 + _ICU_;_ICUSWORD_ + _DEBUG + + + $(BCB)\source\vcl + + + + + False + + + + + + + False + + False + + True + False + + + + $00000000 + + + + + + + + + + + imp2ld.bpf + + + diff --git a/utilities/bcppmake/imp2ld.bpf b/utilities/bcppmake/imp2ld.bpf new file mode 100644 index 0000000..e983517 --- /dev/null +++ b/utilities/bcppmake/imp2ld.bpf @@ -0,0 +1,11 @@ +USEUNIT("..\imp2ld.cpp"); +USELIB("..\..\..\icu-sword\as_is\borland\icuin.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icudatab.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icuuc.lib"); +USELIB("..\..\lib\libsword.lib"); +USELIB("..\..\..\biblecs\clucene\clucene.lib"); +//--------------------------------------------------------------------------- +This file is used by the project manager only and should be treated like the project file + + +main \ No newline at end of file diff --git a/utilities/bcppmake/imp2ld.bpr b/utilities/bcppmake/imp2ld.bpr new file mode 100644 index 0000000..6703191 --- /dev/null +++ b/utilities/bcppmake/imp2ld.bpr @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=0 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=4 +Item0=..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item1=..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item2=..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item3=..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=5 +Item0=..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item1=..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item2=..\;..;$(BCB)\lib\obj;$(BCB)\lib +Item3=..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib +Item4=..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=2 +Item0=_ICU_;_ICUSWORD_ +Item1=_DEBUG + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams= +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=0 + +[CORBA] +AddServerUnit=1 +AddClientUnit=1 +PrecompiledHeaders=1 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + \ No newline at end of file diff --git a/utilities/bcppmake/imp2vs.bdsproj b/utilities/bcppmake/imp2vs.bdsproj new file mode 100644 index 0000000..5eddfb1 --- /dev/null +++ b/utilities/bcppmake/imp2vs.bdsproj @@ -0,0 +1,314 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + 4 + ..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + + + 5 + ..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..\;..;$(BCB)\lib\obj;$(BCB)\lib + ..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + ..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + + + 1 + $(BCB)\source\vcl + + + 2 + _ICU_;_ICUSWORD_ + _DEBUG + + + $(BCB)\source\vcl + + + + + False + + + + + + + False + + False + + True + False + + + + $00000000 + + + + + + + + + + + imp2vs.bpf + + + diff --git a/utilities/bcppmake/imp2vs.bpf b/utilities/bcppmake/imp2vs.bpf new file mode 100644 index 0000000..d6b81dc --- /dev/null +++ b/utilities/bcppmake/imp2vs.bpf @@ -0,0 +1,11 @@ +USEUNIT("..\imp2vs.cpp"); +USELIB("..\..\..\icu-sword\as_is\borland\icuin.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icudatab.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icuuc.lib"); +USELIB("..\..\lib\libsword.lib"); +USELIB("..\..\..\biblecs\clucene\clucene.lib"); +//--------------------------------------------------------------------------- +This file is used by the project manager only and should be treated like the project file + + +main \ No newline at end of file diff --git a/utilities/bcppmake/imp2vs.bpr b/utilities/bcppmake/imp2vs.bpr new file mode 100644 index 0000000..8c4b229 --- /dev/null +++ b/utilities/bcppmake/imp2vs.bpr @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=0 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=4 +Item0=..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item1=..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item2=..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item3=..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=5 +Item0=..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item1=..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item2=..\;..;$(BCB)\lib\obj;$(BCB)\lib +Item3=..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib +Item4=..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=2 +Item0=_ICU_;_ICUSWORD_ +Item1=_DEBUG + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams= +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=0 + +[CORBA] +AddServerUnit=1 +AddClientUnit=1 +PrecompiledHeaders=1 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + \ No newline at end of file diff --git a/utilities/bcppmake/installmgr.bdsproj b/utilities/bcppmake/installmgr.bdsproj new file mode 100644 index 0000000..ef5de9b --- /dev/null +++ b/utilities/bcppmake/installmgr.bdsproj @@ -0,0 +1,327 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + 4 + ..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..;$(BCB)\include;$(BCB)\include\vcl + + + 5 + ..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..\;..;$(BCB)\lib\obj;$(BCB)\lib + ..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + ..;$(BCB)\lib\obj;$(BCB)\lib + + + 1 + $(BCB)\source\vcl + + + 2 + _ICU_;_ICUSWORD_ + _DEBUG + + + $(BCB)\source\vcl + + + RWP ./ 3 2 abc + + False + + + + + + + False + + False + + True + False + + + + $00000000 + + + + + + + + + + + installmgr.bpf + + + diff --git a/utilities/bcppmake/installmgr.bpf b/utilities/bcppmake/installmgr.bpf new file mode 100644 index 0000000..b9a4c05 --- /dev/null +++ b/utilities/bcppmake/installmgr.bpf @@ -0,0 +1,12 @@ +USEUNIT("..\installmgr.cpp"); +USELIB("..\..\..\icu-sword\as_is\borland\icuin.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icudatab.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icuuc.lib"); +USELIB("..\..\lib\libsword.lib"); +USELIB("..\..\..\biblecs\clucene\clucene.lib"); +USELIB("..\..\..\biblecs\apps\InstallMgr\libcurl.lib"); +//--------------------------------------------------------------------------- +This file is used by the project manager only and should be treated like the project file + + +main \ No newline at end of file diff --git a/utilities/bcppmake/installmgr.bpr b/utilities/bcppmake/installmgr.bpr new file mode 100644 index 0000000..a4fa19e --- /dev/null +++ b/utilities/bcppmake/installmgr.bpr @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=0 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=4 +Item0=..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item1=..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item2=..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item3=..;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=5 +Item0=..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item1=..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item2=..\;..;$(BCB)\lib\obj;$(BCB)\lib +Item3=..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib +Item4=..;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=2 +Item0=_ICU_;_ICUSWORD_ +Item1=_DEBUG + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams=RWP ./ 3 2 abc +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=0 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + \ No newline at end of file diff --git a/utilities/bcppmake/libsword.bpf b/utilities/bcppmake/libsword.bpf new file mode 100644 index 0000000..e4c4667 --- /dev/null +++ b/utilities/bcppmake/libsword.bpf @@ -0,0 +1,118 @@ +//--------------------------------------------------------------------------- + +#include +#pragma hdrstop +USEUNIT("..\..\src\keys\versekey.cpp"); +USEUNIT("..\..\src\keys\strkey.cpp"); +USEUNIT("..\..\src\keys\swkey.cpp"); +USEUNIT("..\..\src\keys\listkey.cpp"); +USEUNIT("..\..\src\mgr\swmgr.cpp"); +USEUNIT("..\..\src\mgr\localemgr.cpp"); +USEUNIT("..\..\src\mgr\swconfig.cpp"); +USEUNIT("..\..\src\mgr\swlocale.cpp"); +USEUNIT("..\..\src\mgr\filemgr.cpp"); +USEUNIT("..\..\src\utilfuns\utilstr.cpp"); +USEUNIT("..\..\src\utilfuns\utilconf.cpp"); +USEUNIT("..\..\src\utilfuns\Greek2Greek.cpp"); +USEUNIT("..\..\src\frontend\swlog.cpp"); +USEUNIT("..\..\src\frontend\swdisp.cpp"); +USEUNIT("..\..\src\modules\swmodule.cpp"); +USEUNIT("..\..\src\modules\comments\swcom.cpp"); +USEUNIT("..\..\src\modules\comments\hrefcom\hrefcom.cpp"); +USEUNIT("..\..\src\modules\comments\rawcom\rawcom.cpp"); +USEUNIT("..\..\src\modules\comments\rawfiles\rawfiles.cpp"); +USEUNIT("..\..\src\modules\common\lzsscomprs.cpp"); +USEUNIT("..\..\src\modules\common\rawstr.cpp"); +USEUNIT("..\..\src\modules\common\rawverse.cpp"); +USEUNIT("..\..\src\modules\common\sapphire.cpp"); +USEUNIT("..\..\src\modules\common\swcipher.cpp"); +USEUNIT("..\..\src\modules\common\swcomprs.cpp"); +USEUNIT("..\..\src\modules\filters\thmlrtf.cpp"); +USEUNIT("..\..\src\modules\filters\gbffootnotes.cpp"); +USEUNIT("..\..\src\modules\filters\gbfhtml.cpp"); +USEUNIT("..\..\src\modules\filters\gbfplain.cpp"); +USEUNIT("..\..\src\modules\filters\gbfrtf.cpp"); +USEUNIT("..\..\src\modules\filters\gbfstrongs.cpp"); +USEUNIT("..\..\src\modules\filters\gbfthml.cpp"); +USEUNIT("..\..\src\modules\filters\plainfootnotes.cpp"); +USEUNIT("..\..\src\modules\filters\plainhtml.cpp"); +USEUNIT("..\..\src\modules\filters\rtfhtml.cpp"); +USEUNIT("..\..\src\modules\filters\rwphtml.cpp"); +USEUNIT("..\..\src\modules\filters\rwprtf.cpp"); +USEUNIT("..\..\src\modules\filters\thmlgbf.cpp"); +USEUNIT("..\..\src\modules\filters\thmlhtml.cpp"); +USEUNIT("..\..\src\modules\filters\thmlplain.cpp"); +USEUNIT("..\..\src\modules\filters\cipherfil.cpp"); +USEUNIT("..\..\src\modules\lexdict\swld.cpp"); +USEUNIT("..\..\src\modules\lexdict\rawld\rawld.cpp"); +USEUNIT("..\..\src\modules\texts\swtext.cpp"); +USEUNIT("..\..\src\modules\texts\rawtext\rawtext.cpp"); +USEUNIT("..\..\src\modules\texts\ztext\ztext.cpp"); +USEUNIT("..\..\src\modules\common\zverse.cpp"); +USEUNIT("..\..\src\keys\treekey.cpp"); +USEUNIT("..\..\src\keys\treekeyidx.cpp"); +USEUNIT("..\..\src\modules\common\rawstr4.cpp"); +USEUNIT("..\..\src\modules\common\zstr.cpp"); +USEUNIT("..\..\src\modules\genbook\swgenbook.cpp"); +USEUNIT("..\..\src\modules\genbook\rawgenbook\rawgenbook.cpp"); +USEUNIT("..\..\src\mgr\swfiltermgr.cpp"); +USEUNIT("..\..\src\modules\filters\utf8utf16.cpp"); +USEUNIT("..\..\src\modules\filters\gbfheadings.cpp"); +USEUNIT("..\..\src\modules\filters\gbfhtmlhref.cpp"); +USEUNIT("..\..\src\modules\filters\gbfmorph.cpp"); +USEUNIT("..\..\src\modules\filters\latin1utf16.cpp"); +USEUNIT("..\..\src\modules\filters\latin1utf8.cpp"); +USEUNIT("..\..\src\modules\filters\scsuutf8.cpp"); +USEUNIT("..\..\src\modules\filters\swbasicfilter.cpp"); +USEUNIT("..\..\src\modules\filters\thmlfootnotes.cpp"); +USEUNIT("..\..\src\modules\filters\thmlheadings.cpp"); +USEUNIT("..\..\src\modules\filters\thmlhtmlhref.cpp"); +USEUNIT("..\..\src\modules\filters\thmllemma.cpp"); +USEUNIT("..\..\src\modules\filters\thmlmorph.cpp"); +USEUNIT("..\..\src\modules\filters\thmlscripref.cpp"); +USEUNIT("..\..\src\modules\filters\thmlstrongs.cpp"); +USEUNIT("..\..\src\modules\filters\thmlvariants.cpp"); +USEUNIT("..\..\src\modules\filters\unicodertf.cpp"); +USEUNIT("..\..\src\modules\filters\utf16utf8.cpp"); +USEUNIT("..\..\src\modules\filters\utf8arshaping.cpp"); +USEUNIT("..\..\src\modules\filters\utf8bidireorder.cpp"); +USEUNIT("..\..\src\modules\filters\utf8cantillation.cpp"); +USEUNIT("..\..\src\modules\filters\utf8greekaccents.cpp"); +USEUNIT("..\..\src\modules\filters\utf8hebrewpoints.cpp"); +USEUNIT("..\..\src\modules\filters\utf8html.cpp"); +USEUNIT("..\..\src\modules\filters\utf8latin1.cpp"); +USEUNIT("..\..\src\modules\filters\utf8nfc.cpp"); +USEUNIT("..\..\src\modules\filters\utf8nfkd.cpp"); +USEUNIT("..\..\src\modules\filters\utf8transliterator.cpp"); +USEUNIT("..\..\src\modules\comments\zcom\zcom.cpp"); +USEUNIT("..\..\src\modules\lexdict\rawld4\rawld4.cpp"); +USEUNIT("..\..\src\modules\common\zipcomprs.cpp"); +USEUNIT("..\..\src\modules\lexdict\zld\zld.cpp"); +USEUNIT("..\..\src\modules\common\entriesblk.cpp"); +USEUNIT("..\..\src\utilfuns\zlib\zutil.c"); +USEUNIT("..\..\src\utilfuns\zlib\compress.c"); +USEUNIT("..\..\src\utilfuns\zlib\crc32.c"); +USEUNIT("..\..\src\utilfuns\zlib\deflate.c"); +USEUNIT("..\..\src\utilfuns\zlib\gzio.c"); +USEUNIT("..\..\src\utilfuns\zlib\infblock.c"); +USEUNIT("..\..\src\utilfuns\zlib\infcodes.c"); +USEUNIT("..\..\src\utilfuns\zlib\inffast.c"); +USEUNIT("..\..\src\utilfuns\zlib\inflate.c"); +USEUNIT("..\..\src\utilfuns\zlib\inftrees.c"); +USEUNIT("..\..\src\utilfuns\zlib\infutil.c"); +USEUNIT("..\..\src\utilfuns\zlib\trees.c"); +USEUNIT("..\..\src\utilfuns\zlib\uncompr.c"); +USEUNIT("..\..\src\utilfuns\zlib\untgz.c"); +USEUNIT("..\..\src\utilfuns\zlib\adler32.c"); +USEUNIT("..\..\src\modules\filters\greeklexattribs.cpp"); +USEUNIT("..\..\src\mgr\swcacher.cpp"); +USEUNIT("..\..\src\modules\filters\gbfosis.cpp"); +USEUNIT("..\..\src\modules\filters\thmlosis.cpp"); +USEUNIT("..\..\src\mgr\encfiltmgr.cpp"); +USEUNIT("..\..\src\mgr\markupfiltmgr.cpp"); +USEUNIT("..\..\src\utilfuns\roman.cpp"); +//--------------------------------------------------------------------------- +#define Library + +// To add a file to the library use the Project menu 'Add to Project'. + diff --git a/utilities/bcppmake/libsword.bpr b/utilities/bcppmake/libsword.bpr new file mode 100644 index 0000000..8706c7a --- /dev/null +++ b/utilities/bcppmake/libsword.bpr @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=0 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=7 +Item0=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\include;$(BCB)\include;$(BCB)\include\vcl;..\..\..\icu-sword\source\common;..\..\..\icu-sword\source\i18n +Item1=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\include;$(BCB)\include;$(BCB)\include\vcl;..\..\..\icu-sword\source\common +Item2=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item3=..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item4=..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item5=..\include;$(BCB)\include;$(BCB)\include\vcl +Item6=..\src\modules\texts\rawtext;..\src\modules\texts;..\src\modules\lexdict\rawld;..\src\modules\lexdict;..\src\modules\filters;..\src\modules\common;..\src\modules\comments\rawfiles;..\src\modules\comments\rawcom;..\src\modules\comments\hrefcom;..\src\modules\comments;..\src\modules;..\src\frontend;..\src\utilfuns;..\src\mgr;..\src\keys;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=4 +Item0=..\..\src\utilfuns\zlib;..\..\src\modules\lexdict\zld;..\..\src\modules\lexdict\rawld4;..\..\src\modules\comments\zcom;..\..\src\modules\genbook\rawgenbook;..\..\src\modules\genbook;..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;$(BCB)\lib\obj;$(BCB)\lib +Item1=..\..\src\modules\texts\ztext;..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;$(BCB)\lib\obj;$(BCB)\lib +Item2=..\..\src\modules\texts\rawtext;..\..\src\modules\texts;..\..\src\modules\lexdict\rawld;..\..\src\modules\lexdict;..\..\src\modules\filters;..\..\src\modules\common;..\..\src\modules\comments\rawfiles;..\..\src\modules\comments\rawcom;..\..\src\modules\comments\hrefcom;..\..\src\modules\comments;..\..\src\modules;..\..\src\frontend;..\..\src\utilfuns;..\..\src\mgr;..\..\src\keys;$(BCB)\lib\obj;$(BCB)\lib +Item3=..\src\modules\texts\rawtext;..\src\modules\texts;..\src\modules\lexdict\rawld;..\src\modules\lexdict;..\src\modules\filters;..\src\modules\common;..\src\modules\comments\rawfiles;..\src\modules\comments\rawcom;..\src\modules\comments\hrefcom;..\src\modules\comments;..\src\modules;..\src\frontend;..\src\utilfuns;..\src\mgr;..\src\keys;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=5 +Item0=_ICU_;_ICUSWORD_;USBINARY +Item1=_ICU_;_ICUSWORD_;USBINARY;_DEBUG +Item2=_ICU_;_ICUSWORD_ +Item3=_ICU_;_ICUSWORD_;_DEBUG +Item4=_DEBUG + +[HistoryLists\hlTlibPageSize] +Count=5 +Item0=0x0200 +Item1=0x0080 +Item2=0x0040 +Item3=0x0020 +Item4=0x0010 + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams= +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=0 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + \ No newline at end of file diff --git a/utilities/bcppmake/mkfastmod.bdsproj b/utilities/bcppmake/mkfastmod.bdsproj new file mode 100644 index 0000000..ffd1675 --- /dev/null +++ b/utilities/bcppmake/mkfastmod.bdsproj @@ -0,0 +1,320 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + 4 + ..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..;$(BCB)\include;$(BCB)\include\vcl + + + 5 + ..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..\;..;$(BCB)\lib\obj;$(BCB)\lib + ..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + ..;$(BCB)\lib\obj;$(BCB)\lib + + + 1 + $(BCB)\source\vcl + + + 3 + _ICU_;_ICUSWORD_;_DEBUG + _ICU_;_ICUSWORD_ + _DEBUG + + + $(BCB)\source\vcl + + + KJV + + False + + + + + + + False + + False + + True + False + + + + $00000000 + + + + + + + + + + + mkfastmod.bpf + + + diff --git a/utilities/bcppmake/mkfastmod.bpf b/utilities/bcppmake/mkfastmod.bpf new file mode 100644 index 0000000..59da96b --- /dev/null +++ b/utilities/bcppmake/mkfastmod.bpf @@ -0,0 +1,11 @@ +USEUNIT("..\mkfastmod.cpp"); +USELIB("..\..\..\icu-sword\as_is\borland\icuin.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icudatab.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icuuc.lib"); +USELIB("..\..\lib\libsword.lib"); +USELIB("..\..\..\biblecs\clucene\clucene.lib"); +//--------------------------------------------------------------------------- +This file is used by the project manager only and should be treated like the project file + + +main \ No newline at end of file diff --git a/utilities/bcppmake/mkfastmod.bpr b/utilities/bcppmake/mkfastmod.bpr new file mode 100644 index 0000000..455ca6c --- /dev/null +++ b/utilities/bcppmake/mkfastmod.bpr @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=0 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=4 +Item0=..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item1=..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item2=..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item3=..;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=5 +Item0=..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item1=..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item2=..\;..;$(BCB)\lib\obj;$(BCB)\lib +Item3=..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib +Item4=..;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=3 +Item0=_ICU_;_ICUSWORD_;_DEBUG +Item1=_ICU_;_ICUSWORD_ +Item2=_DEBUG + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams=KJV +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=1 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + \ No newline at end of file diff --git a/utilities/bcppmake/mod2imp.bdsproj b/utilities/bcppmake/mod2imp.bdsproj new file mode 100644 index 0000000..d6f811b --- /dev/null +++ b/utilities/bcppmake/mod2imp.bdsproj @@ -0,0 +1,311 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + 4 + ..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + + + 5 + ..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..\;..;$(BCB)\lib\obj;$(BCB)\lib + ..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + ..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + + + 1 + $(BCB)\source\vcl + + + 2 + _ICU_;_ICUSWORD_ + _DEBUG + + + $(BCB)\source\vcl + + + + + False + + + + + + + False + + False + + True + False + + + + $00000000 + + + + + + + + + + + mod2imp.bpf + + + diff --git a/utilities/bcppmake/mod2imp.bpf b/utilities/bcppmake/mod2imp.bpf new file mode 100644 index 0000000..ee00836 --- /dev/null +++ b/utilities/bcppmake/mod2imp.bpf @@ -0,0 +1,11 @@ +USEUNIT("..\mod2imp.cpp"); +USELIB("..\..\..\icu-sword\as_is\borland\icuin.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icudatab.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icuuc.lib"); +USELIB("..\..\lib\libsword.lib"); +USELIB("..\..\..\biblecs\clucene\clucene.lib"); +//--------------------------------------------------------------------------- +This file is used by the project manager only and should be treated like the project file + + +main \ No newline at end of file diff --git a/utilities/bcppmake/mod2imp.bpr b/utilities/bcppmake/mod2imp.bpr new file mode 100644 index 0000000..b18da0e --- /dev/null +++ b/utilities/bcppmake/mod2imp.bpr @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=0 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=4 +Item0=..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item1=..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item2=..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item3=..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=5 +Item0=..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item1=..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item2=..\;..;$(BCB)\lib\obj;$(BCB)\lib +Item3=..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib +Item4=..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=2 +Item0=_ICU_;_ICUSWORD_ +Item1=_DEBUG + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams= +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=0 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + \ No newline at end of file diff --git a/utilities/bcppmake/mod2osis.bdsproj b/utilities/bcppmake/mod2osis.bdsproj new file mode 100644 index 0000000..72c5100 --- /dev/null +++ b/utilities/bcppmake/mod2osis.bdsproj @@ -0,0 +1,296 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + 4 + ..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + + + 5 + ..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..\;..;$(BCB)\lib\obj;$(BCB)\lib + ..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + ..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + + + 1 + $(BCB)\source\vcl + + + 1 + _DEBUG + + + $(BCB)\source\vcl + + + KJV + + False + + + + + + + False + + False + + True + False + + + + $00000000 + + + + + + + + + + + mod2osis.bpf + + + diff --git a/utilities/bcppmake/mod2osis.bpf b/utilities/bcppmake/mod2osis.bpf new file mode 100644 index 0000000..0923831 --- /dev/null +++ b/utilities/bcppmake/mod2osis.bpf @@ -0,0 +1,11 @@ +USEUNIT("..\mod2osis.cpp"); +USELIB("..\..\..\icu-sword\as_is\borland\icuin.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icudatab.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icuuc.lib"); +USELIB("..\..\lib\libsword.lib"); +USELIB("..\..\..\biblecs\clucene\clucene.lib"); +//--------------------------------------------------------------------------- +This file is used by the project manager only and should be treated like the project file + + +main \ No newline at end of file diff --git a/utilities/bcppmake/mod2osis.bpr b/utilities/bcppmake/mod2osis.bpr new file mode 100644 index 0000000..ef275ef --- /dev/null +++ b/utilities/bcppmake/mod2osis.bpr @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=0 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=4 +Item0=..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item1=..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item2=..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item3=..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=5 +Item0=..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item1=..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item2=..\;..;$(BCB)\lib\obj;$(BCB)\lib +Item3=..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib +Item4=..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=1 +Item0=_DEBUG + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams=KJV +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=0 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + \ No newline at end of file diff --git a/utilities/bcppmake/mod2vpl.bdsproj b/utilities/bcppmake/mod2vpl.bdsproj new file mode 100644 index 0000000..446bd36 --- /dev/null +++ b/utilities/bcppmake/mod2vpl.bdsproj @@ -0,0 +1,311 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + 4 + ..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..;$(BCB)\include;$(BCB)\include\vcl + + + 5 + ..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..\;..;$(BCB)\lib\obj;$(BCB)\lib + ..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + ..;$(BCB)\lib\obj;$(BCB)\lib + + + 1 + $(BCB)\source\vcl + + + 2 + _ICU_;_ICUSWORD_ + _DEBUG + + + $(BCB)\source\vcl + + + RWP ./ 3 2 abc + + False + + + + + + + False + + False + + True + False + + + + $00000000 + + + + + + + + + + + mod2vpl.bpf + + + diff --git a/utilities/bcppmake/mod2vpl.bpf b/utilities/bcppmake/mod2vpl.bpf new file mode 100644 index 0000000..512ae0e --- /dev/null +++ b/utilities/bcppmake/mod2vpl.bpf @@ -0,0 +1,11 @@ +USEUNIT("..\mod2vpl.cpp"); +USELIB("..\..\..\icu-sword\as_is\borland\icuin.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icudatab.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icuuc.lib"); +USELIB("..\..\lib\libsword.lib"); +USELIB("..\..\..\biblecs\clucene\clucene.lib"); +//--------------------------------------------------------------------------- +This file is used by the project manager only and should be treated like the project file + + +main \ No newline at end of file diff --git a/utilities/bcppmake/mod2vpl.bpr b/utilities/bcppmake/mod2vpl.bpr new file mode 100644 index 0000000..780c5ba --- /dev/null +++ b/utilities/bcppmake/mod2vpl.bpr @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=0 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=4 +Item0=..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item1=..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item2=..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item3=..;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=5 +Item0=..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item1=..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item2=..\;..;$(BCB)\lib\obj;$(BCB)\lib +Item3=..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib +Item4=..;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=2 +Item0=_ICU_;_ICUSWORD_ +Item1=_DEBUG + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams=RWP ./ 3 2 abc +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=0 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + \ No newline at end of file diff --git a/utilities/bcppmake/mod2zmod.bdsproj b/utilities/bcppmake/mod2zmod.bdsproj new file mode 100644 index 0000000..84040df --- /dev/null +++ b/utilities/bcppmake/mod2zmod.bdsproj @@ -0,0 +1,318 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + 4 + ..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + + + 5 + ..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..\;..;$(BCB)\lib\obj;$(BCB)\lib + ..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + ..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + + + 1 + $(BCB)\source\vcl + + + 5 + _ICU_;_ICUSWORD_;USBINARY + _ICU_;_ICUSWORD_;USBINARY;_DEBUG + _ICU_;_ICUSWORD_ + _ICU_;_ICUSWORD_;_DEBUG + _DEBUG + + + $(BCB)\source\vcl + + + KJV ./ 3 2 abc + + False + + + + + + + False + + False + + True + False + + + + $00000000 + + + + + + + + + + + mod2zmod.bpf + + + diff --git a/utilities/bcppmake/mod2zmod.bpf b/utilities/bcppmake/mod2zmod.bpf new file mode 100644 index 0000000..4e5b2f5 --- /dev/null +++ b/utilities/bcppmake/mod2zmod.bpf @@ -0,0 +1,11 @@ +USEUNIT("..\mod2zmod.cpp"); +USELIB("..\..\..\icu-sword\as_is\borland\icuin.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icudatab.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icuuc.lib"); +USELIB("..\..\lib\libsword.lib"); +USELIB("..\..\..\biblecs\clucene\clucene.lib"); +//--------------------------------------------------------------------------- +This file is used by the project manager only and should be treated like the project file + + +main \ No newline at end of file diff --git a/utilities/bcppmake/mod2zmod.bpr b/utilities/bcppmake/mod2zmod.bpr new file mode 100644 index 0000000..67a52b9 --- /dev/null +++ b/utilities/bcppmake/mod2zmod.bpr @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=0 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=4 +Item0=..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item1=..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item2=..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item3=..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=5 +Item0=..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item1=..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item2=..\;..;$(BCB)\lib\obj;$(BCB)\lib +Item3=..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib +Item4=..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=5 +Item0=_ICU_;_ICUSWORD_;USBINARY +Item1=_ICU_;_ICUSWORD_;USBINARY;_DEBUG +Item2=_ICU_;_ICUSWORD_ +Item3=_ICU_;_ICUSWORD_;_DEBUG +Item4=_DEBUG + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams=KJV ./ 3 2 abc +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=0 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + \ No newline at end of file diff --git a/utilities/bcppmake/osis2mod.bdsproj b/utilities/bcppmake/osis2mod.bdsproj new file mode 100644 index 0000000..33c9e37 --- /dev/null +++ b/utilities/bcppmake/osis2mod.bdsproj @@ -0,0 +1,306 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + 4 + ..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + + + 5 + ..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..\;..;$(BCB)\lib\obj;$(BCB)\lib + ..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + ..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + + + 1 + $(BCB)\source\vcl + + + 1 + _DEBUG + + + $(BCB)\source\vcl + + + ./nasb nasb.xml + + False + + + + + + + False + + False + + True + False + + + + $00000000 + + + + + + + + + + + osis2mod.bpf + + + diff --git a/utilities/bcppmake/osis2mod.bpf b/utilities/bcppmake/osis2mod.bpf new file mode 100644 index 0000000..c8a2c8f --- /dev/null +++ b/utilities/bcppmake/osis2mod.bpf @@ -0,0 +1,11 @@ +USEUNIT("..\osis2mod.cpp"); +USELIB("..\..\..\icu-sword\as_is\borland\icuin.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icudatab.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icuuc.lib"); +USELIB("..\..\lib\libsword.lib"); +USELIB("..\..\..\biblecs\clucene\clucene.lib"); +//--------------------------------------------------------------------------- +This file is used by the project manager only and should be treated like the project file + + +main \ No newline at end of file diff --git a/utilities/bcppmake/osis2mod.bpr b/utilities/bcppmake/osis2mod.bpr new file mode 100644 index 0000000..457a4a9 --- /dev/null +++ b/utilities/bcppmake/osis2mod.bpr @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=0 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=4 +Item0=..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item1=..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item2=..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item3=..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=5 +Item0=..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item1=..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item2=..\;..;$(BCB)\lib\obj;$(BCB)\lib +Item3=..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib +Item4=..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=1 +Item0=_DEBUG + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams=./nasb nasb.xml +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=1 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + \ No newline at end of file diff --git a/utilities/bcppmake/step2vpl.bdsproj b/utilities/bcppmake/step2vpl.bdsproj new file mode 100644 index 0000000..1310329 --- /dev/null +++ b/utilities/bcppmake/step2vpl.bdsproj @@ -0,0 +1,311 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + 4 + ..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + + + 5 + ..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..\;..;$(BCB)\lib\obj;$(BCB)\lib + ..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + ..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + + + 1 + $(BCB)\source\vcl + + + 2 + _ICU_;_ICUSWORD_ + _DEBUG + + + $(BCB)\source\vcl + + + + + False + + + + + + + False + + False + + True + False + + + + $00000000 + + + + + + + + + + + step2vpl.bpf + + + diff --git a/utilities/bcppmake/step2vpl.bpf b/utilities/bcppmake/step2vpl.bpf new file mode 100644 index 0000000..6f6cce3 --- /dev/null +++ b/utilities/bcppmake/step2vpl.bpf @@ -0,0 +1,11 @@ +USEUNIT("..\step2vpl.cpp"); +USELIB("..\..\..\icu-sword\as_is\borland\icuin.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icudatab.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icuuc.lib"); +USELIB("..\..\lib\libsword.lib"); +USELIB("..\..\..\biblecs\clucene\clucene.lib"); +//--------------------------------------------------------------------------- +This file is used by the project manager only and should be treated like the project file + + +main \ No newline at end of file diff --git a/utilities/bcppmake/step2vpl.bpr b/utilities/bcppmake/step2vpl.bpr new file mode 100644 index 0000000..0c5961c --- /dev/null +++ b/utilities/bcppmake/step2vpl.bpr @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=0 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=4 +Item0=..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item1=..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item2=..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item3=..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=5 +Item0=..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item1=..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item2=..\;..;$(BCB)\lib\obj;$(BCB)\lib +Item3=..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib +Item4=..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=2 +Item0=_ICU_;_ICUSWORD_ +Item1=_DEBUG + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams= +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=0 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + \ No newline at end of file diff --git a/utilities/bcppmake/stepdump.bdsproj b/utilities/bcppmake/stepdump.bdsproj new file mode 100644 index 0000000..7f74a93 --- /dev/null +++ b/utilities/bcppmake/stepdump.bdsproj @@ -0,0 +1,311 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + 4 + ..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + + + 5 + ..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..\;..;$(BCB)\lib\obj;$(BCB)\lib + ..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + ..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + + + 1 + $(BCB)\source\vcl + + + 2 + _ICU_;_ICUSWORD_ + _DEBUG + + + $(BCB)\source\vcl + + + + + False + + + + + + + False + + False + + True + False + + + + $00000000 + + + + + + + + + + + stepdump.bpf + + + diff --git a/utilities/bcppmake/stepdump.bpf b/utilities/bcppmake/stepdump.bpf new file mode 100644 index 0000000..5ca67a5 --- /dev/null +++ b/utilities/bcppmake/stepdump.bpf @@ -0,0 +1,11 @@ +USEUNIT("..\stepdump.cpp"); +USELIB("..\..\..\icu-sword\as_is\borland\icuin.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icudatab.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icuuc.lib"); +USELIB("..\..\lib\libsword.lib"); +USELIB("..\..\..\biblecs\clucene\clucene.lib"); +//--------------------------------------------------------------------------- +This file is used by the project manager only and should be treated like the project file + + +main \ No newline at end of file diff --git a/utilities/bcppmake/stepdump.bpr b/utilities/bcppmake/stepdump.bpr new file mode 100644 index 0000000..62c43b3 --- /dev/null +++ b/utilities/bcppmake/stepdump.bpr @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=0 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=4 +Item0=..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item1=..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item2=..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item3=..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=5 +Item0=..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item1=..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item2=..\;..;$(BCB)\lib\obj;$(BCB)\lib +Item3=..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib +Item4=..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=2 +Item0=_ICU_;_ICUSWORD_ +Item1=_DEBUG + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams= +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=0 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + \ No newline at end of file diff --git a/utilities/bcppmake/tei2mod.bpf b/utilities/bcppmake/tei2mod.bpf new file mode 100644 index 0000000..9ce2914 --- /dev/null +++ b/utilities/bcppmake/tei2mod.bpf @@ -0,0 +1,11 @@ +USEUNIT("..\tei2mod.cpp"); +USELIB("..\..\..\icu-sword\as_is\borland\icuin.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icudatab.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icuuc.lib"); +USELIB("..\..\lib\libsword.lib"); +USELIB("..\..\..\biblecs\clucene\clucene.lib"); +//--------------------------------------------------------------------------- +This file is used by the project manager only and should be treated like the project file + + +main \ No newline at end of file diff --git a/utilities/bcppmake/tei2mod.bpr b/utilities/bcppmake/tei2mod.bpr new file mode 100644 index 0000000..0691824 --- /dev/null +++ b/utilities/bcppmake/tei2mod.bpr @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=0 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=4 +Item0=..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item1=..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item2=..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item3=..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=5 +Item0=..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item1=..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item2=..\;..;$(BCB)\lib\obj;$(BCB)\lib +Item3=..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib +Item4=..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=1 +Item0=_DEBUG + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams=./nasb nasb.xml +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=1 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + diff --git a/utilities/bcppmake/utilities.bdsgroup b/utilities/bcppmake/utilities.bdsgroup new file mode 100644 index 0000000..278a47a --- /dev/null +++ b/utilities/bcppmake/utilities.bdsgroup @@ -0,0 +1,40 @@ + + + + + + + + + + + + + ..\..\..\icu-sword\as_is\borland\icuuc.bdsproj + ..\..\..\icu-sword\as_is\borland\icuin.bdsproj + ..\..\..\biblecs\apps\InstallMgr\libcurl.bdsproj + ..\..\..\biblecs\clucene\clucene.bdsproj + ..\..\lib\bcppmake\libsword.bdsproj + osis2mod.bdsproj + mod2zmod.bdsproj + mod2vpl.bdsproj + mkfastmod.bdsproj + imp2gbs.bdsproj + vpl2mod.bdsproj + imp2ld.bdsproj + imp2vs.bdsproj + mod2imp.bdsproj + cipherraw.bdsproj + step2vpl.bdsproj + stepdump.bdsproj + mod2osis.bdsproj + vs2osisref.bdsproj + diatheke.bdsproj + xml2gbs.bdsproj + installmgr.bdsproj + icuuc.lib icuin.lib libcurl.lib clucene.lib libsword.lib osis2mod.exe mod2zmod.exe mod2vpl.exe mkfastmod.exe imp2gbs.exe vpl2mod.exe imp2ld.exe imp2vs.exe mod2imp.exe cipherraw.exe step2vpl.exe stepdump.exe mod2osis.exe vs2osisref.exe diatheke.exe xml2gbs.exe installmgr.exe + + + + diff --git a/utilities/bcppmake/utilities.bpg b/utilities/bcppmake/utilities.bpg new file mode 100644 index 0000000..d5c0db4 --- /dev/null +++ b/utilities/bcppmake/utilities.bpg @@ -0,0 +1,113 @@ +#------------------------------------------------------------------------------ +VERSION = BWS.01 +#------------------------------------------------------------------------------ +!ifndef ROOT +ROOT = $(MAKEDIR)\.. +!endif +#------------------------------------------------------------------------------ +MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$** +DCC = $(ROOT)\bin\dcc32.exe $** +BRCC = $(ROOT)\bin\brcc32.exe $** +#------------------------------------------------------------------------------ +PROJECTS = icuuc.lib icuin.lib libcurl.lib clucene.lib libsword.lib \ + osis2mod.exe mod2zmod.exe mod2vpl.exe mkfastmod.exe imp2gbs.exe vpl2mod.exe \ + imp2ld.exe imp2vs.exe mod2imp.exe cipherraw.exe step2vpl.exe stepdump.exe \ + mod2osis.exe vs2osisref.exe xml2gbs.exe diatheke.exe installmgr.exe \ + tei2mod.exe +#------------------------------------------------------------------------------ +default: $(PROJECTS) +#------------------------------------------------------------------------------ + +mod2vpl.exe: mod2vpl.bpr + $(ROOT)\bin\bpr2mak $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +vpl2mod.exe: vpl2mod.bpr + $(ROOT)\bin\bpr2mak $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +mkfastmod.exe: mkfastmod.bpr + $(ROOT)\bin\bpr2mak $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +cipherraw.exe: cipherraw.bpr + $(ROOT)\bin\bpr2mak $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +imp2gbs.exe: imp2gbs.bpr + $(ROOT)\bin\bpr2mak $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +imp2ld.exe: imp2ld.bpr + $(ROOT)\bin\bpr2mak $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +imp2vs.exe: imp2vs.bpr + $(ROOT)\bin\bpr2mak $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +mod2zmod.exe: mod2zmod.bpr + $(ROOT)\bin\bpr2mak $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +mod2imp.exe: mod2imp.bpr + $(ROOT)\bin\bpr2mak $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +stepdump.exe: stepdump.bpr + $(ROOT)\bin\bpr2mak $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +step2vpl.exe: step2vpl.bpr + $(ROOT)\bin\bpr2mak $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +mod2osis.exe: mod2osis.bpr + $(ROOT)\bin\bpr2mak $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +vs2osisref.exe: vs2osisref.bpr + $(ROOT)\bin\bpr2mak $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +libsword.lib: ..\..\lib\bcppmake\libsword.bpr + $(ROOT)\bin\bpr2mak -t$(ROOT)\bin\deflib.bmk $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +diatheke.exe: diatheke.bpr + $(ROOT)\bin\bpr2mak $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +icuuc.lib: ..\..\..\icu-sword\as_is\borland\icuuc.bpr + $(ROOT)\bin\bpr2mak -t$(ROOT)\bin\deflib.bmk $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +icuin.lib: ..\..\..\icu-sword\as_is\borland\icuin.bpr + $(ROOT)\bin\bpr2mak -t$(ROOT)\bin\deflib.bmk $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +xml2gbs.exe: xml2gbs.bpr + $(ROOT)\bin\bpr2mak $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +osis2mod.exe: osis2mod.bpr + $(ROOT)\bin\bpr2mak $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +tei2mod.exe: tei2mod.bpr + $(ROOT)\bin\bpr2mak $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +installmgr.exe: installmgr.bpr + $(ROOT)\bin\bpr2mak $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +clucene.lib: ..\..\..\biblecs\clucene\clucene.bpr + $(ROOT)\bin\bpr2mak -t$(ROOT)\bin\deflib.bmk $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + +libcurl.lib: ..\..\..\biblecs\apps\InstallMgr\libcurl.bpr + $(ROOT)\bin\bpr2mak -t$(ROOT)\bin\deflib.bmk $** + $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak + + diff --git a/utilities/bcppmake/vpl2mod.bdsproj b/utilities/bcppmake/vpl2mod.bdsproj new file mode 100644 index 0000000..1c61323 --- /dev/null +++ b/utilities/bcppmake/vpl2mod.bdsproj @@ -0,0 +1,311 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + 4 + ..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + + + 5 + ..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..\;..;$(BCB)\lib\obj;$(BCB)\lib + ..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + ..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + + + 1 + $(BCB)\source\vcl + + + 2 + _ICU_;_ICUSWORD_ + _DEBUG + + + $(BCB)\source\vcl + + + + + False + + + + + + + False + + False + + True + False + + + + $00000000 + + + + + + + + + + + vpl2mod.bpf + + + diff --git a/utilities/bcppmake/vpl2mod.bpf b/utilities/bcppmake/vpl2mod.bpf new file mode 100644 index 0000000..0eb123e --- /dev/null +++ b/utilities/bcppmake/vpl2mod.bpf @@ -0,0 +1,11 @@ +USEUNIT("..\vpl2mod.cpp"); +USELIB("..\..\..\icu-sword\as_is\borland\icuin.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icudatab.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icuuc.lib"); +USELIB("..\..\lib\libsword.lib"); +USELIB("..\..\..\biblecs\clucene\clucene.lib"); +//--------------------------------------------------------------------------- +This file is used by the project manager only and should be treated like the project file + + +main \ No newline at end of file diff --git a/utilities/bcppmake/vpl2mod.bpr b/utilities/bcppmake/vpl2mod.bpr new file mode 100644 index 0000000..4cde253 --- /dev/null +++ b/utilities/bcppmake/vpl2mod.bpr @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=0 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=4 +Item0=..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item1=..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item2=..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item3=..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=5 +Item0=..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item1=..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item2=..\;..;$(BCB)\lib\obj;$(BCB)\lib +Item3=..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib +Item4=..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=2 +Item0=_ICU_;_ICUSWORD_ +Item1=_DEBUG + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams= +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=0 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + \ No newline at end of file diff --git a/utilities/bcppmake/vs2osisref.bdsproj b/utilities/bcppmake/vs2osisref.bdsproj new file mode 100644 index 0000000..e8867d6 --- /dev/null +++ b/utilities/bcppmake/vs2osisref.bdsproj @@ -0,0 +1,296 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + 4 + ..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + + + 5 + ..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..\;..;$(BCB)\lib\obj;$(BCB)\lib + ..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + ..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + + + 1 + $(BCB)\source\vcl + + + 1 + _DEBUG + + + $(BCB)\source\vcl + + + Gen1:1 + + False + + + + + + + False + + False + + True + False + + + + $00000000 + + + + + + + + + + + vs2osisref.bpf + + + diff --git a/utilities/bcppmake/vs2osisref.bpf b/utilities/bcppmake/vs2osisref.bpf new file mode 100644 index 0000000..24f7f88 --- /dev/null +++ b/utilities/bcppmake/vs2osisref.bpf @@ -0,0 +1,11 @@ +USEUNIT("..\vs2osisref.cpp"); +USELIB("..\..\..\icu-sword\as_is\borland\icuin.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icudatab.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icuuc.lib"); +USELIB("..\..\lib\libsword.lib"); +USELIB("..\..\..\biblecs\clucene\clucene.lib"); +//--------------------------------------------------------------------------- +This file is used by the project manager only and should be treated like the project file + + +main \ No newline at end of file diff --git a/utilities/bcppmake/vs2osisref.bpr b/utilities/bcppmake/vs2osisref.bpr new file mode 100644 index 0000000..19db71e --- /dev/null +++ b/utilities/bcppmake/vs2osisref.bpr @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=0 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=4 +Item0=..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item1=..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item2=..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item3=..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=5 +Item0=..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item1=..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item2=..\;..;$(BCB)\lib\obj;$(BCB)\lib +Item3=..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib +Item4=..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=1 +Item0=_DEBUG + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams=Gen1:1 +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=0 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + \ No newline at end of file diff --git a/utilities/bcppmake/xml2gbs.bdsproj b/utilities/bcppmake/xml2gbs.bdsproj new file mode 100644 index 0000000..d2d4ea3 --- /dev/null +++ b/utilities/bcppmake/xml2gbs.bdsproj @@ -0,0 +1,319 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + 4 + ..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..;..\..\include;$(BCB)\include;$(BCB)\include\vcl + ..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + + + 5 + ..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib + ..\;..;$(BCB)\lib\obj;$(BCB)\lib + ..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + ..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + + + 1 + $(BCB)\source\vcl + + + 3 + _ICU_;_ICUSWORD_ + _ICU_;_ICUSWORD_;_DEBUG + _DEBUG + + + $(BCB)\source\vcl + + + summatheologica.xml + + False + + + + + + + False + + False + + True + False + + + + $00000000 + + + + + + + + + + + xml2gbs.bpf + + + diff --git a/utilities/bcppmake/xml2gbs.bpf b/utilities/bcppmake/xml2gbs.bpf new file mode 100644 index 0000000..0f2437d --- /dev/null +++ b/utilities/bcppmake/xml2gbs.bpf @@ -0,0 +1,11 @@ +USEUNIT("..\xml2gbs.cpp"); +USELIB("..\..\..\icu-sword\as_is\borland\icuin.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icudatab.lib"); +USELIB("..\..\..\icu-sword\as_is\borland\icuuc.lib"); +USELIB("..\..\lib\libsword.lib"); +USELIB("..\..\..\biblecs\clucene\clucene.lib"); +//--------------------------------------------------------------------------- +This file is used by the project manager only and should be treated like the project file + + +main \ No newline at end of file diff --git a/utilities/bcppmake/xml2gbs.bpr b/utilities/bcppmake/xml2gbs.bpr new file mode 100644 index 0000000..7ba1477 --- /dev/null +++ b/utilities/bcppmake/xml2gbs.bpr @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[Version Info] +IncludeVerInfo=0 +AutoIncBuild=0 +MajorVer=1 +MinorVer=0 +Release=0 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName= +FileDescription= +FileVersion=1.0.0.0 +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion=1.0.0.0 +Comments= + +[HistoryLists\hlIncludePath] +Count=4 +Item0=..\;..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item1=..\;..\..\utilities;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item2=..;..\..\include;$(BCB)\include;$(BCB)\include\vcl +Item3=..\..\utilities;$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=5 +Item0=..\;..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item1=..;..\..\lib;$(BCB)\lib\obj;$(BCB)\lib +Item2=..\;..;$(BCB)\lib\obj;$(BCB)\lib +Item3=..\;..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib +Item4=..\..\utilities;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[HistoryLists\hlConditionals] +Count=3 +Item0=_ICU_;_ICUSWORD_ +Item1=_ICU_;_ICUSWORD_;_DEBUG +Item2=_DEBUG + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams=summatheologica.xml +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +ShowInfoMsgs=0 +LinkDebugVcl=0 +LinkCGLIB=0 + +[Language] +ActiveLang= +ProjectLang= +RootDir= + + \ No newline at end of file -- cgit v1.2.3