
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@44 8e941d3f-bd1b-0410-a28a-d453659cc2b4
37 lines
470 B
ObjectPascal
37 lines
470 B
ObjectPascal
unit MyMin;
|
|
|
|
{Minimum uses to compile all ported runtime and property
|
|
editor (design) units.
|
|
|
|
Note: Doesn't compile orpheus.pas.}
|
|
|
|
interface
|
|
|
|
uses
|
|
ovctcsim,
|
|
ovctcedt,
|
|
ovctccbx,
|
|
ovctcbox,
|
|
ovctcico,
|
|
ovctable,
|
|
o32tcflx,
|
|
o32vpool,
|
|
ovcrlbl,
|
|
ovcurl,
|
|
ovclabel,
|
|
ovcsc,
|
|
ovcvlb,
|
|
ovcclrcb
|
|
{$IFDEF FPC}, {These already installed in Delphi}
|
|
ovcabot0,
|
|
ovclbl0,
|
|
ovclbl1,
|
|
myovctbpe1,
|
|
myovctbpe2,
|
|
myovcreg
|
|
{$ENDIF};
|
|
|
|
implementation
|
|
|
|
end.
|