-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathProject.inc
25 lines (25 loc) · 1.18 KB
/
Project.inc
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
{******************************************************************************}
{* Project.inc *}
{* Revolutionary Confederation of Anarcho Syndicalists *}
{* Written by: black.rabbit 2011 *}
{******************************************************************************}
{$I 'png/png.project.inc'}
{$I 'ac/ac.project.inc'}
{$I 'crypto/Crypto.project.inc'}
{$I 'kernel/Kernel.project.inc'}
{$I 'dialogs/Dialogs.project.inc'}
{$I 'engine/Engine.project.inc'}
SQLite3 in 'SQLite3.pas',
SQLite3DLL in 'sqlite3dll.pas',
SQLiteTable3 in 'SQLiteTable3.pas',
Utils in 'Utils.pas',
Strings in 'Strings.pas',
BBCode in 'BBCode.pas',
VarRecs in 'VarRecs.pas',
Versions in 'Versions.pas',
EClasses in 'EClasses.pas',
DLLThreads in 'DLLThreads.pas',
uUsersLoader in 'uUsersLoader.pas',
uCategoriesLoader in 'uCategoriesLoader.pas',
uTmpMessage in 'uTmpMessage.pas',
uMessagesLoader in 'uMessagesLoader.pas',