lazarus/components/aggpas/compile_upi.dpr
mattias 36a2b1ea07 added aggpas
git-svn-id: trunk@21942 -
2009-10-01 12:24:32 +00:00

19 lines
333 B
ObjectPascal

{skip}
program compile_upi;
uses
Math ,
SysUtils ,
Carbon ,
ImageCompression ,
QuickTimeComponents ;
BEGIN
writeln('For compilation of AggPas on Mac we need the following units:' );
writeln(' Math' );
writeln(' SysUtils' );
writeln(' Carbon' );
writeln(' ImageCompression' );
writeln(' QuickTimeComponents' );
END.