home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161b.iso / full / delphi / INSTALL / data.z / PIELIB.DPK < prev    next >
Encoding:
Text File  |  1997-08-05  |  143 b   |  10 lines

  1. package PieLib;
  2.  
  3. {$R PIEREG.DCR}
  4. {$DESCRIPTION 'Borland Delphi Demo Component'}
  5.  
  6. requires vcl30, vclx30;
  7.  
  8. contains Pies, PieReg;
  9.  
  10. end.