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
|
{
Unit to build all units of Pasjpeg
}
unit buildpasjpeg;
interface
uses
jcapimin,
jcapistd,
jccoefct,
jccolor,
jcdctmgr,
jchuff,
jcinit,
jcmainct,
jcmarker,
jcmaster,
jcomapi,
jcparam,
jcphuff,
jcprepct,
jcsample,
jdapimin,
jdapistd,
jdatadst,
jdatasrc,
jdcoefct,
jdcolor,
jdct,
jddctmgr,
jdeferr,
jdhuff,
jdinput,
jdmainct,
jdmarker,
jdmaster,
jdmerge,
jdphuff,
jdpostct,
jdsample,
jerror,
jfdctflt,
jfdctfst,
jfdctint,
jidctflt,
jidctfst,
jidctint,
jidctred,
jinclude,
jmemmgr,
jmemnobs,
jmorecfg,
jpeglib,
jquant1,
jquant2,
jutils;
implementation
end.
|