home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #5 / 1999 CD 5 (black).iso / Delphi3 / 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.