lazarus/lcl/interfaces/lclintfcompile.pas
mattias b839e824d2 started lcl1 package
git-svn-id: trunk@27514 -
2010-09-28 18:29:03 +00:00

14 lines
101 B
ObjectPascal

unit LCLIntfCompile;
{$mode objfpc}{$H+}
interface
uses
AllLCLIntfUnits;
implementation
end.