fpc/packages/base/pasjpeg/buildpasjpeg.pp
florian fa01522804 + build unit (testwise)
git-svn-id: trunk@6222 -
2007-01-27 08:52:54 +00:00

61 lines
659 B
ObjectPascal

{
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.