aboutsummaryrefslogtreecommitdiffstats
path: root/apps/windoze/CBuilder5/prototype/swordlib.cpp
blob: fb5ebe23f231c8a368684f0768e525136809216a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
//---------------------------------------------------------------------------
#include <condefs.h>
#pragma hdrstop
USEUNIT("..\..\..\..\src\keys\versekey.cpp");
USEUNIT("..\..\..\..\src\keys\swkey.cpp");
USEUNIT("..\..\..\..\src\keys\listkey.cpp");
USEUNIT("..\..\..\..\src\keys\strkey.cpp");
USEUNIT("..\..\..\..\src\mgr\swmgr.cpp");
USEUNIT("..\..\..\..\src\mgr\swconfig.cpp");
USEUNIT("..\..\..\..\src\modules\comments\rawcom\rawcom.cpp");
USEUNIT("..\..\..\..\src\modules\comments\swcom.cpp");
USEUNIT("..\..\..\..\src\modules\common\rawverse.cpp");
USEUNIT("..\..\..\..\src\modules\common\rawstr.cpp");
USEUNIT("..\..\..\..\src\modules\filters\rwprtf.cpp");
USEUNIT("..\..\..\..\src\modules\filters\gbfrtf.cpp");
USEUNIT("..\..\..\..\src\modules\filters\gbfplain.cpp");
USEUNIT("..\..\..\..\src\modules\lexdict\rawld\rawld.cpp");
USEUNIT("..\..\..\..\src\modules\lexdict\swld.cpp");
USEUNIT("..\..\..\..\src\modules\texts\rawgbf\rawgbf.cpp");
USEUNIT("..\..\..\..\src\modules\texts\rawtext\rawtext.cpp");
USEUNIT("..\..\..\..\src\modules\texts\swtext.cpp");
USEUNIT("..\..\..\..\src\modules\swmodule.cpp");
USEUNIT("..\..\tbdisp.cpp");
USEUNIT("..\..\swdisprtfchap.cpp");
USEUNIT("..\..\swwinlog.cpp");
USEUNIT("..\..\swdisprtf.cpp");
USEUNIT("..\..\..\..\src\modules\comments\hrefcom\hrefcom.cpp");
USEUNIT("..\..\..\..\src\mgr\filemgr.cpp");
USEUNIT("..\..\..\..\src\modules\comments\rawfiles\rawfiles.cpp");
USEUNIT("..\..\..\..\src\utilfuns\utilstr.cpp");
USEUNIT("..\..\..\..\src\utilfuns\utilconf.cpp");
USEUNIT("..\..\..\..\src\utilfuns\Greek2Greek.cpp");
USEUNIT("..\..\..\..\src\utilfuns\regex.c");
USEUNIT("..\..\..\..\src\frontend\swlog.cpp");
USEUNIT("..\..\..\..\src\frontend\swdisp.cpp");
USEUNIT("..\..\..\..\src\modules\filters\gbfstrongs.cpp");
USEUNIT("..\..\..\..\src\modules\filters\gbffootnotes.cpp");
USEUNIT("..\..\..\..\src\modules\filters\cipherfil.cpp");
USEUNIT("..\..\..\..\src\modules\common\sapphire.cpp");
USEUNIT("..\..\..\..\src\modules\common\swcipher.cpp");
USEUNIT("..\..\..\..\src\mgr\swlocale.cpp");
USEUNIT("..\..\..\..\src\mgr\localemgr.cpp");
USEUNIT("..\..\..\..\src\modules\common\lzsscomprs.cpp");
USEUNIT("..\..\..\..\src\modules\common\zverse.cpp");
USEUNIT("..\..\..\..\src\modules\common\swcomprs.cpp");
USEUNIT("..\..\..\..\src\modules\texts\ztext\ztext.cpp");
USEUNIT("..\..\..\..\src\modules\filters\thmlrtf.cpp");
USEUNIT("..\..\..\..\src\modules\filters\gbfhtml.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\thmlgbf.cpp");
USEUNIT("..\..\..\..\src\modules\filters\thmlhtml.cpp");
USEUNIT("..\..\..\..\src\modules\filters\thmlplain.cpp");
//---------------------------------------------------------------------------
#define Library

// To add a file to the library use the Project menu 'Add to Project'.