~ubuntu-branches/debian/squeeze/sword/squeeze

« back to all changes in this revision

Viewing changes to tests/bcppmake/libsword.bpf

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Marsden, Jonathan Marsden, Dmitrijs Ledkovs, Closed Bugs
  • Date: 2009-05-30 11:55:55 UTC
  • mfrom: (1.3.1 upstream) (6.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090530115555-r427zsn3amivdpfu
Tags: 1.6.0+dfsg-1
[ Jonathan Marsden ]
* New upstream release. (Closes: #507960) (LP: #320558)
* debian/patches/02_libver.diff:
  - Bump SONAME to 8 -- SWORD 1.6 is not backward compatible with 1.5.11.
* debian/patches/series:
  - Remove 10_diatheke.diff -- included in upstream source.
* debian/patches/:
  - Remove several old unused .diff files.
  - Add 11_regex_only_when_needed.diff to conditionally include regex lib.
  - Add 12_fix_compiler_warnings.diff to remove all compiler warnings.
  - Add 13_fix_osis2mod_compression_default.diff from upstream svn.
  - Add 14_closing_section_not_chapter.diff from upstream svn.
* debian/libsword7.*: 
  - Rename to libsword8.*
  - Change libsword7 to libsword8 within files.
* debian/rules: 
  - SONAME bump to 8.
  - Set library version check to >= 1.6
* debian/control:
  - Change libsword7 to libsword8.
  - Add libsword7 to Conflicts.
  - Fix case of sword to SWORD in package descriptions.
  - Bump Standards-Version to 3.8.1 (no changes needed).
  - Fix section for libsword-dbg to avoid lintian warning.
* debian/rules:
  - Add DFSG get-orig-source target.
* debian/copyright:
  - Fix various mistakes in initial attempt to document copyrights.

[ Dmitrijs Ledkovs ]
* debian/rules: Added utils.mk to use missing-files target and call it on
  each build.
* debian/libsword-dev.install: Added libsword.la, previously missing.
* debian/libsword7.install: Added missing libicu translit files.
* debian/control:
  - Updated all uses of SWORD version to 1.6
  - Added libsword-dbg package
* debian/watch: Fixed a small mistake which was resulting in extra "."
  in final version name.
* debian/rules: simplified manpage processing.
* debian/libsword8.lintian-overrides: added override for module
  installation directory.
* debian/copyright: Updated with information about everyfile.
  Closes: #513448 LP: #322638
* debian/diatheke.examples: moved examples here from the diatheke.install
* debian/rules:
  - enabled shell script based testsuite
  - added commented out cppunit testsuite
* debian/patches/40_missing_includes.diff: 
  - added several missing stdio.h includes to prevent FTBFS of testsuite.

[ Closed Bugs ]
* FTBFS on intrepid (LP: #305172)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//---------------------------------------------------------------------------
 
2
 
 
3
#include <vcl.h>
 
4
#pragma hdrstop
 
5
USEUNIT("..\..\src\keys\versekey.cpp");
 
6
USEUNIT("..\..\src\keys\strkey.cpp");
 
7
USEUNIT("..\..\src\keys\swkey.cpp");
 
8
USEUNIT("..\..\src\keys\listkey.cpp");
 
9
USEUNIT("..\..\src\mgr\swmgr.cpp");
 
10
USEUNIT("..\..\src\mgr\localemgr.cpp");
 
11
USEUNIT("..\..\src\mgr\swconfig.cpp");
 
12
USEUNIT("..\..\src\mgr\swlocale.cpp");
 
13
USEUNIT("..\..\src\mgr\filemgr.cpp");
 
14
USEUNIT("..\..\src\utilfuns\utilstr.cpp");
 
15
USEUNIT("..\..\src\utilfuns\utilconf.cpp");
 
16
USEUNIT("..\..\src\utilfuns\Greek2Greek.cpp");
 
17
USEUNIT("..\..\src\frontend\swlog.cpp");
 
18
USEUNIT("..\..\src\frontend\swdisp.cpp");
 
19
USEUNIT("..\..\src\modules\swmodule.cpp");
 
20
USEUNIT("..\..\src\modules\comments\swcom.cpp");
 
21
USEUNIT("..\..\src\modules\comments\hrefcom\hrefcom.cpp");
 
22
USEUNIT("..\..\src\modules\comments\rawcom\rawcom.cpp");
 
23
USEUNIT("..\..\src\modules\comments\rawfiles\rawfiles.cpp");
 
24
USEUNIT("..\..\src\modules\common\lzsscomprs.cpp");
 
25
USEUNIT("..\..\src\modules\common\rawstr.cpp");
 
26
USEUNIT("..\..\src\modules\common\rawverse.cpp");
 
27
USEUNIT("..\..\src\modules\common\sapphire.cpp");
 
28
USEUNIT("..\..\src\modules\common\swcipher.cpp");
 
29
USEUNIT("..\..\src\modules\common\swcomprs.cpp");
 
30
USEUNIT("..\..\src\modules\filters\thmlrtf.cpp");
 
31
USEUNIT("..\..\src\modules\filters\gbffootnotes.cpp");
 
32
USEUNIT("..\..\src\modules\filters\gbfhtml.cpp");
 
33
USEUNIT("..\..\src\modules\filters\gbfplain.cpp");
 
34
USEUNIT("..\..\src\modules\filters\gbfrtf.cpp");
 
35
USEUNIT("..\..\src\modules\filters\gbfstrongs.cpp");
 
36
USEUNIT("..\..\src\modules\filters\gbfthml.cpp");
 
37
USEUNIT("..\..\src\modules\filters\plainfootnotes.cpp");
 
38
USEUNIT("..\..\src\modules\filters\plainhtml.cpp");
 
39
USEUNIT("..\..\src\modules\filters\rtfhtml.cpp");
 
40
USEUNIT("..\..\src\modules\filters\rwphtml.cpp");
 
41
USEUNIT("..\..\src\modules\filters\rwprtf.cpp");
 
42
USEUNIT("..\..\src\modules\filters\thmlgbf.cpp");
 
43
USEUNIT("..\..\src\modules\filters\thmlhtml.cpp");
 
44
USEUNIT("..\..\src\modules\filters\thmlplain.cpp");
 
45
USEUNIT("..\..\src\modules\filters\cipherfil.cpp");
 
46
USEUNIT("..\..\src\modules\lexdict\swld.cpp");
 
47
USEUNIT("..\..\src\modules\lexdict\rawld\rawld.cpp");
 
48
USEUNIT("..\..\src\modules\texts\swtext.cpp");
 
49
USEUNIT("..\..\src\modules\texts\rawtext\rawtext.cpp");
 
50
USEUNIT("..\..\src\modules\texts\ztext\ztext.cpp");
 
51
USEUNIT("..\..\src\modules\common\zverse.cpp");
 
52
USEUNIT("..\..\src\keys\treekey.cpp");
 
53
USEUNIT("..\..\src\keys\treekeyidx.cpp");
 
54
USEUNIT("..\..\src\modules\common\rawstr4.cpp");
 
55
USEUNIT("..\..\src\modules\common\zstr.cpp");
 
56
USEUNIT("..\..\src\modules\genbook\swgenbook.cpp");
 
57
USEUNIT("..\..\src\modules\genbook\rawgenbook\rawgenbook.cpp");
 
58
USEUNIT("..\..\src\mgr\swfiltermgr.cpp");
 
59
USEUNIT("..\..\src\modules\filters\utf8utf16.cpp");
 
60
USEUNIT("..\..\src\modules\filters\gbfheadings.cpp");
 
61
USEUNIT("..\..\src\modules\filters\gbfhtmlhref.cpp");
 
62
USEUNIT("..\..\src\modules\filters\gbfmorph.cpp");
 
63
USEUNIT("..\..\src\modules\filters\latin1utf16.cpp");
 
64
USEUNIT("..\..\src\modules\filters\latin1utf8.cpp");
 
65
USEUNIT("..\..\src\modules\filters\scsuutf8.cpp");
 
66
USEUNIT("..\..\src\modules\filters\swbasicfilter.cpp");
 
67
USEUNIT("..\..\src\modules\filters\thmlfootnotes.cpp");
 
68
USEUNIT("..\..\src\modules\filters\thmlheadings.cpp");
 
69
USEUNIT("..\..\src\modules\filters\thmlhtmlhref.cpp");
 
70
USEUNIT("..\..\src\modules\filters\thmllemma.cpp");
 
71
USEUNIT("..\..\src\modules\filters\thmlmorph.cpp");
 
72
USEUNIT("..\..\src\modules\filters\thmlscripref.cpp");
 
73
USEUNIT("..\..\src\modules\filters\thmlstrongs.cpp");
 
74
USEUNIT("..\..\src\modules\filters\thmlvariants.cpp");
 
75
USEUNIT("..\..\src\modules\filters\unicodertf.cpp");
 
76
USEUNIT("..\..\src\modules\filters\utf16utf8.cpp");
 
77
USEUNIT("..\..\src\modules\filters\utf8arshaping.cpp");
 
78
USEUNIT("..\..\src\modules\filters\utf8bidireorder.cpp");
 
79
USEUNIT("..\..\src\modules\filters\utf8cantillation.cpp");
 
80
USEUNIT("..\..\src\modules\filters\utf8greekaccents.cpp");
 
81
USEUNIT("..\..\src\modules\filters\utf8hebrewpoints.cpp");
 
82
USEUNIT("..\..\src\modules\filters\utf8arabicpoints.cpp");
 
83
USEUNIT("..\..\src\modules\filters\utf8html.cpp");
 
84
USEUNIT("..\..\src\modules\filters\utf8latin1.cpp");
 
85
USEUNIT("..\..\src\modules\filters\utf8nfc.cpp");
 
86
USEUNIT("..\..\src\modules\filters\utf8nfkd.cpp");
 
87
USEUNIT("..\..\src\modules\filters\utf8transliterator.cpp");
 
88
USEUNIT("..\..\src\utilfuns\roman.c");
 
89
USEUNIT("..\..\src\modules\comments\zcom\zcom.cpp");
 
90
USEUNIT("..\..\src\modules\lexdict\rawld4\rawld4.cpp");
 
91
USEUNIT("..\..\src\modules\common\zipcomprs.cpp");
 
92
USEUNIT("..\..\src\modules\lexdict\zld\zld.cpp");
 
93
USEUNIT("..\..\src\modules\common\entriesblk.cpp");
 
94
USEUNIT("..\..\src\utilfuns\zlib\zutil.c");
 
95
USEUNIT("..\..\src\utilfuns\zlib\compress.c");
 
96
USEUNIT("..\..\src\utilfuns\zlib\crc32.c");
 
97
USEUNIT("..\..\src\utilfuns\zlib\deflate.c");
 
98
USEUNIT("..\..\src\utilfuns\zlib\gzio.c");
 
99
USEUNIT("..\..\src\utilfuns\zlib\infblock.c");
 
100
USEUNIT("..\..\src\utilfuns\zlib\infcodes.c");
 
101
USEUNIT("..\..\src\utilfuns\zlib\inffast.c");
 
102
USEUNIT("..\..\src\utilfuns\zlib\inflate.c");
 
103
USEUNIT("..\..\src\utilfuns\zlib\inftrees.c");
 
104
USEUNIT("..\..\src\utilfuns\zlib\infutil.c");
 
105
USEUNIT("..\..\src\utilfuns\zlib\trees.c");
 
106
USEUNIT("..\..\src\utilfuns\zlib\uncompr.c");
 
107
USEUNIT("..\..\src\utilfuns\zlib\untgz.c");
 
108
USEUNIT("..\..\src\utilfuns\zlib\adler32.c");
 
109
USEUNIT("..\..\src\modules\filters\thmlosis.cpp");
 
110
USEUNIT("..\..\src\modules\filters\greeklexattribs.cpp");
 
111
USEUNIT("..\..\src\mgr\swcacher.cpp");
 
112
USEUNIT("..\..\src\modules\filters\gbfosis.cpp");
 
113
//---------------------------------------------------------------------------
 
114
#define Library
 
115
 
 
116
// To add a file to the library use the Project menu 'Add to Project'.
 
117