-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathPaperBak.cpp
31 lines (28 loc) · 1.06 KB
/
PaperBak.cpp
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
////////////////////////////////////////////////////////////////////////////////
// //
// This code is maintained by Borland's BCB 5.0. Do not modify it directly! //
// //
////////////////////////////////////////////////////////////////////////////////
#include <vcl.h>
#pragma hdrstop
USERES("PaperBak.res");
USEUNIT("Main.cpp");
USERC("Resource.rc");
USEUNIT("Ecc.cpp");
USEUNIT("Crc16.cpp");
USEUNIT("Printer.cpp");
USEUNIT("Decoder.cpp");
USEUNIT("Fileproc.cpp");
USEUNIT("Controls.cpp");
USEUNIT("Scanner.cpp");
USEUNIT("bzlib\bz_compress.cpp");
USEUNIT("bzlib\bz_crctable.cpp");
USEUNIT("bzlib\bz_decompress.cpp");
USEUNIT("bzlib\bz_lib.cpp");
USEUNIT("bzlib\bz_blocksort.cpp");
USEUNIT("bzlib\bz_huffman.cpp");
USEUNIT("bzlib\bz_randtable.cpp");
USEUNIT("Service.cpp");
USEUNIT("aes\ae_aes.cpp");
//---------------------------------------------------------------------------
#define WinMain