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:
macpgmr
2007-01-16 02:17:08 +00:00
parent e91bd08211
commit 8037f9f23a
180 changed files with 77571 additions and 0 deletions

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