You've already forked lazarus-ccr
20070107 release of Orpheus - initial commit to SVN.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@44 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
36
components/orpheus/mymin.pas
Normal file
36
components/orpheus/mymin.pas
Normal file
@@ -0,0 +1,36 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user